Color Hex Logo

#bccad8 Color Hex

#BCCAD8
(188,202,216)
0 Favorites   0 Comments

Color spaces of #bccad8

RGB 188202216
HSL0.580.260.79
HSV210°13°85°
CMYK 0.130.060.00   0.15
XYZ54.254257.890373.2802
Yxy57.89030.29260.3122
Hunter Lab76.0857-5.8674-3.8439
CIE-Lab80.6778-1.9499-8.5834

#bccad8 color RGB value is (188,202,216).

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

The process color (four color CMYK) of #bccad8 color hex is 0.13, 0.06, 0.00, 0.15. Web safe color of #bccad8 is #cccccc. Color #bccad8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11011000
Octal 274 312 330
Decimal 188 202 216
Hex BC CA D8

RGB Percentages of Color #bccad8

%31.02
%33.33
%35.64

CMYK Percentages of Color #bccad8

%13
%6
%0
%15

Triadic Colors of #bccad8

#bccad8 #d8bcca #cad8bc

Analogous Colors of #bccad8

#bccad8 #bcbcd8 #bcd8d8

Monochromatic Colors of #bccad8

#bccad8

Complementary Color

#bccad8 #d8cabc

#bccad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccad8 Color CSS Codes

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

#bccad8 Text Font Color

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

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


#bccad8 Background Color

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

This div background color is #bccad8


#bccad8 Border Color

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

This div border color is #bccad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccad8


Comments

No comments written yet.

Please login to write comment.