#BCC6CA

Color #BCC6CA Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #BCC6CA

Tints of Heather #BCC6CA

Color information

#BCC6CA (or 0xBCC6CA) is unknown color: approx Heather. HEX triplet: BC, C6 and CA. RGB value is (188,198,202). Sum of RGB (Red+Green+Blue) = 188+198+202=588 (77% of max value = 765). Red value is 188 (73.83% from 255 or 31.97% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC6CA is #433935. Grayscale: #C3C3C3. Windows color (decimal): -4405558 or 13289148. OLE color: 13289148.

HSL color Cylindrical-coordinate representation of color #BCC6CA: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCC6CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188198202-
CMYK0.070.0200.21
HSL197.14º11.67%76.47%-
HSV(B)197.14º6.93%79.22%-
XYZ51.5955.3463.84-
YUV195.47131.69122.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 31.97%
GREEN value IS 198 (77.73% from 255) = 33.67%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=31.97%
G=33.67%
B=34.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881982020.070.0200.21197.1411.6776.47
HexBCC6CA72015c5c4c
Octal2743063127202530514114
Binary101111001100011011001010111100101011100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6CA; }

 p { color: rgb(188,198,202); }

 H1.HeaderClassName
 {
   color: #BCC6CA;
 }
 .AnyTagClassName
 {
   color: #BCC6CA;
 }
</style>
background-color css

<style>
 a { background-color: #BCC6CA; }

 a { background-color: rgb(188,198,202); }

 div.DivClassName
 {
   background-color: #BCC6CA;
 }
 .BgClassName
 {
   background-color: #BCC6CA;
 }
</style>
border-color css

<style>
 span { border-color: #BCC6CA; }

 span { border-color: rgb(188,198,202); }

 td.TdClassName
 {
   border-color: #BCC6CA;
 }
 .TagClassName
 {
   border-color: #BCC6CA;
 }
</style>