Color Hex Logo

#bccde7 Color Hex

#BCCDE7
(188,205,231)
0 Favorites   0 Comments

Color spaces of #bccde7

RGB 188205231
HSL0.600.470.82
HSV216°19°91°
CMYK 0.190.110.00   0.09
XYZ56.994260.123584.2024
Yxy60.12350.28310.2986
Hunter Lab77.5393-4.4900-10.1073
CIE-Lab81.9053-0.3730-14.7747

#bccde7 color RGB value is (188,205,231).

#bccde7 hex color red value is 188, green value is 205 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #bccde7 hue: 0.60 , saturation: 0.47 and the lightness value of bccde7 is 0.82.

The process color (four color CMYK) of #bccde7 color hex is 0.19, 0.11, 0.00, 0.09. Web safe color of #bccde7 is #ccccff. Color #bccde7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11100111
Octal 274 315 347
Decimal 188 205 231
Hex BC CD E7

RGB Percentages of Color #bccde7

%30.13
%32.85
%37.02

CMYK Percentages of Color #bccde7

%19
%11
%0
%9

Triadic Colors of #bccde7

#bccde7 #e7bccd #cde7bc

Analogous Colors of #bccde7

#bccde7 #c1bce7 #bce3e7

Monochromatic Colors of #bccde7

#bccde7

Complementary Color

#bccde7 #e7d6bc

#bccde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccde7 Color CSS Codes

.mybgcolor {background-color:#bccde7; } 
.myforecolor {color:#bccde7; }
.mybordercolor {border:3px solid #bccde7; }

#bccde7 Text Font Color

<p style="color:#bccde7">Text here</p>

This sample text font color is #bccde7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccde7 Background Color

<div style="background-color:#bccde7">
Div content here</div>

This div background color is #bccde7


#bccde7 Border Color

<div style="border:3px solid #bccde7">
Div here</div>

This div border color is #bccde7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,205,231, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccde7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccde7;
  -webkit-box-shadow: 1px 1px 3px 2px #bccde7;
  box-shadow:         1px 1px 3px 2px #bccde7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,231, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccde7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccde7;
  -webkit-box-shadow: 1px 1px 3px 2px #bccde7;
  box-shadow:         1px 1px 3px 2px #bccde7;">
Div content here</div>

This div box has shadow with color #bccde7


Comments

No comments written yet.

Please login to write comment.