#B0C0CA

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

Shades of Heather #B0C0CA

Tints of Heather #B0C0CA

Color information

#B0C0CA (or 0xB0C0CA) is unknown color: approx Heather. HEX triplet: B0, C0 and CA. RGB value is (176,192,202). Sum of RGB (Red+Green+Blue) = 176+192+202=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0C0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C0CA is #4F3F35. Grayscale: #BCBCBC. Windows color (decimal): -5193526 or 13287600. OLE color: 13287600.

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

Color convert

RGB176192202-
CMYK0.130.0500.21
HSL203.08º19.7%74.12%-
HSV(B)203.08º12.87%79.22%-
XYZ47.4151.1963.26-
YUV188.36135.7119.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 202 (79.30% from 255) = 35.44%
R=30.88%
G=33.68%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761922020.130.0500.21203.0819.774.12
HexB0C0CAD5015cb144a
Octal26030031215502531324112
Binary101100001100000011001010110110101010111001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C0CA; }

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

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

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

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

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

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

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

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