Color Hex Logo

#bccad5 Color Hex

#BCCAD5
(188,202,213)
0 Favorites   0 Comments

Color spaces of #bccad5

RGB 188202213
HSL0.570.230.79
HSV206°12°84°
CMYK 0.120.050.00   0.16
XYZ53.869857.736571.2558
Yxy57.73650.29460.3157
Hunter Lab75.9845-6.4240-2.4110
CIE-Lab80.5921-2.5624-7.1021

#bccad5 color RGB value is (188,202,213).

#bccad5 hex color red value is 188, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #bccad5 hue: 0.57 , saturation: 0.23 and the lightness value of bccad5 is 0.79.

The process color (four color CMYK) of #bccad5 color hex is 0.12, 0.05, 0.00, 0.16. Web safe color of #bccad5 is #cccccc. Color #bccad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11010101
Octal 274 312 325
Decimal 188 202 213
Hex BC CA D5

RGB Percentages of Color #bccad5

%31.18
%33.50
%35.32

CMYK Percentages of Color #bccad5

%12
%5
%0
%16

Triadic Colors of #bccad5

#bccad5 #d5bcca #cad5bc

Analogous Colors of #bccad5

#bccad5 #bcbed5 #bcd5d4

Monochromatic Colors of #bccad5

#bccad5

Complementary Color

#bccad5 #d5c7bc

#bccad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccad5 Color CSS Codes

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

#bccad5 Text Font Color

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

This sample text font color is #bccad5
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.


#bccad5 Background Color

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

This div background color is #bccad5


#bccad5 Border Color

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

This div border color is #bccad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccad5


Comments

No comments written yet.

Please login to write comment.