#B0C4CA

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

Shades of Heather #B0C4CA

Tints of Heather #B0C4CA

Color information

#B0C4CA (or 0xB0C4CA) is unknown color: approx Heather. HEX triplet: B0, C4 and CA. RGB value is (176,196,202). Sum of RGB (Red+Green+Blue) = 176+196+202=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0C4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C4CA is #4F3B35. Grayscale: #BEBEBE. Windows color (decimal): -5192502 or 13288624. OLE color: 13288624.

HSL color Cylindrical-coordinate representation of color #B0C4CA: hue angle of 193.85º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0C4CA is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176196202-
CMYK0.130.0300.21
HSL193.85º19.7%74.12%-
HSV(B)193.85º12.87%79.22%-
XYZ48.3152.9763.56-
YUV190.7134.37117.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.66%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=30.66%
G=34.15%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761962020.130.0300.21193.8519.774.12
HexB0C4CAD3015c2144a
Octal26030431215302530224112
Binary10110000110001001100101011011101010111000010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C4CA; }

 p { color: rgb(176,196,202); }

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

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

 a { background-color: rgb(176,196,202); }

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

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

 span { border-color: rgb(176,196,202); }

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