#B9C0C2

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

Shades of Heather #B9C0C2

Tints of Heather #B9C0C2

Color information

#B9C0C2 (or 0xB9C0C2) is unknown color: approx Heather. HEX triplet: B9, C0 and C2. RGB value is (185,192,194). Sum of RGB (Red+Green+Blue) = 185+192+194=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 194 - color contains mainly: blue. Hex color #B9C0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C0C2 is #463F3D. Grayscale: #BEBEBE. Windows color (decimal): -4603710 or 12763321. OLE color: 12763321.

HSL color Cylindrical-coordinate representation of color #B9C0C2: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B9C0C2 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB185192194-
CMYK0.050.0100.24
HSL193.33º6.87%74.31%-
HSV(B)193.33º4.64%76.08%-
XYZ48.5951.9158.5-
YUV190.14130.18124.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=32.40%
G=33.63%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851921940.050.0100.24193.336.8774.31
HexB9C0C251018c174a
Octal271300302510303017112
Binary1011100111000000110000101011011000110000011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C0C2; }

 p { color: rgb(185,192,194); }

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

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

 a { background-color: rgb(185,192,194); }

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

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

 span { border-color: rgb(185,192,194); }

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