Color Hex Logo

#bcc3ca Color Hex

#BCC3CA
(188,195,202)
0 Favorites   0 Comments

Color spaces of #bcc3ca

RGB 188195202
HSL0.580.120.76
HSV210°79°
CMYK 0.070.030.00   0.21
XYZ50.914853.985863.6139
Yxy53.98580.30210.3204
Hunter Lab73.4750-4.88910.0999
CIE-Lab78.4535-1.0529-4.3458

#bcc3ca color RGB value is (188,195,202).

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

The process color (four color CMYK) of #bcc3ca color hex is 0.07, 0.03, 0.00, 0.21. Web safe color of #bcc3ca is #cccccc. Color #bcc3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000011 11001010
Octal 274 303 312
Decimal 188 195 202
Hex BC C3 CA

RGB Percentages of Color #bcc3ca

%32.14
%33.33
%34.53

CMYK Percentages of Color #bcc3ca

%7
%3
%0
%21

Triadic Colors of #bcc3ca

#bcc3ca #cabcc3 #c3cabc

Analogous Colors of #bcc3ca

#bcc3ca #bcbcca #bccaca

Monochromatic Colors of #bcc3ca

#bcc3ca

Complementary Color

#bcc3ca #cac3bc

#bcc3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc3ca Color CSS Codes

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

#bcc3ca Text Font Color

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

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


#bcc3ca Background Color

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

This div background color is #bcc3ca


#bcc3ca Border Color

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

This div border color is #bcc3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc3ca


Comments

No comments written yet.

Please login to write comment.