Color Hex Logo

#bccbca Color Hex

#BCCBCA
(188,203,202)
0 Favorites   0 Comments

Color spaces of #bccbca

RGB 188203202
HSL0.490.130.77
HSV176°80°
CMYK 0.070.000.00   0.20
XYZ52.755657.667564.2275
Yxy57.66750.30210.3302
Hunter Lab75.9391-8.88793.0113
CIE-Lab80.5536-5.2692-1.2607

#bccbca color RGB value is (188,203,202).

#bccbca hex color red value is 188, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bccbca hue: 0.49 , saturation: 0.13 and the lightness value of bccbca is 0.77.

The process color (four color CMYK) of #bccbca color hex is 0.07, 0.00, 0.00, 0.20. Web safe color of #bccbca is #cccccc. Color #bccbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11001010
Octal 274 313 312
Decimal 188 203 202
Hex BC CB CA

RGB Percentages of Color #bccbca

%31.70
%34.23
%34.06

CMYK Percentages of Color #bccbca

%7
%0
%0
%20

Triadic Colors of #bccbca

#bccbca #cabccb #cbcabc

Analogous Colors of #bccbca

#bccbca #bcc5cb #bccbc3

Monochromatic Colors of #bccbca

#bccbca

Complementary Color

#bccbca #cbbcbd

#bccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbca Color CSS Codes

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

#bccbca Text Font Color

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

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


#bccbca Background Color

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

This div background color is #bccbca


#bccbca Border Color

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

This div border color is #bccbca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,203,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 #bccbca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbca


Comments

No comments written yet.

Please login to write comment.