#B4C0C7

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

Shades of Heather #B4C0C7

Tints of Heather #B4C0C7

Color information

#B4C0C7 (or 0xB4C0C7) is unknown color: approx Heather. HEX triplet: B4, C0 and C7. RGB value is (180,192,199). Sum of RGB (Red+Green+Blue) = 180+192+199=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 199 - color contains mainly: blue. Hex color #B4C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0C7 is #4B3F38. Grayscale: #BDBDBD. Windows color (decimal): -4931385 or 13090996. OLE color: 13090996.

HSL color Cylindrical-coordinate representation of color #B4C0C7: hue angle of 202.11º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C0C7 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180192199-
CMYK0.100.0400.22
HSL202.11º14.5%74.31%-
HSV(B)202.11º9.55%78.04%-
XYZ47.9851.5361.45-
YUV189.21133.52121.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 199 (78.12% from 255) = 34.85%
R=31.52%
G=33.63%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801921990.100.0400.22202.1114.574.31
HexB4C0C7A4016caf4a
Octal26430030712402631217112
Binary10110100110000001100011110101000101101100101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C0C7; }

 p { color: rgb(180,192,199); }

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

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

 a { background-color: rgb(180,192,199); }

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

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

 span { border-color: rgb(180,192,199); }

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