#BCC5CA

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

Shades of Heather #BCC5CA

Tints of Heather #BCC5CA

Color information

#BCC5CA (or 0xBCC5CA) is unknown color: approx Heather. HEX triplet: BC, C5 and CA. RGB value is (188,197,202). Sum of RGB (Red+Green+Blue) = 188+197+202=587 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.03% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCC5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CA is #433A35. Grayscale: #C2C2C2. Windows color (decimal): -4405814 or 13288892. OLE color: 13288892.

HSL color Cylindrical-coordinate representation of color #BCC5CA: hue angle of 201.43º 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 #BCC5CA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188197202-
CMYK0.070.0200.21
HSL201.43º11.67%76.47%-
HSV(B)201.43º6.93%79.22%-
XYZ51.3754.8963.76-
YUV194.88132.02123.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.03%
GREEN value IS 197 (77.34% from 255) = 33.56%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=32.03%
G=33.56%
B=34.41%

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
Decimal1881972020.070.0200.21201.4311.6776.47
HexBCC5CA72015c9c4c
Octal2743053127202531114114
Binary101111001100010111001010111100101011100100111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5CA; }

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

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

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

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

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

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

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

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