Color Hex Logo

#bccad7 Color Hex

#BCCAD7
(188,202,215)
0 Favorites   0 Comments

Color spaces of #bccad7

RGB 188202215
HSL0.580.250.79
HSV209°13°84°
CMYK 0.130.060.00   0.16
XYZ54.125357.838772.6013
Yxy57.83870.29330.3134
Hunter Lab76.0518-6.0539-3.3638
CIE-Lab80.6490-2.1548-8.0900

#bccad7 color RGB value is (188,202,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001010 11010111
Octal 274 312 327
Decimal 188 202 215
Hex BC CA D7

RGB Percentages of Color #bccad7

%31.07
%33.39
%35.54

CMYK Percentages of Color #bccad7

%13
%6
%0
%16

Triadic Colors of #bccad7

#bccad7 #d7bcca #cad7bc

Analogous Colors of #bccad7

#bccad7 #bcbdd7 #bcd7d7

Monochromatic Colors of #bccad7

#bccad7

Complementary Color

#bccad7 #d7c9bc

#bccad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccad7 Color CSS Codes

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

#bccad7 Text Font Color

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

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


#bccad7 Background Color

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

This div background color is #bccad7


#bccad7 Border Color

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

This div border color is #bccad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccad7


Comments

No comments written yet.

Please login to write comment.