#B4C1C9

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

Shades of Heather #B4C1C9

Tints of Heather #B4C1C9

Color information

#B4C1C9 (or 0xB4C1C9) is unknown color: approx Heather. HEX triplet: B4, C1 and C9. RGB value is (180,193,201). Sum of RGB (Red+Green+Blue) = 180+193+201=574 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.36% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: blue. Hex color #B4C1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1C9 is #4B3E36. Grayscale: #BDBDBD. Windows color (decimal): -4931127 or 13222324. OLE color: 13222324.

HSL color Cylindrical-coordinate representation of color #B4C1C9: hue angle of 202.86º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C1C9 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180193201-
CMYK0.100.0400.21
HSL202.86º16.28%74.71%-
HSV(B)202.86º10.45%78.82%-
XYZ48.4352.0662.75-
YUV190.02134.19120.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.36%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 201 (78.91% from 255) = 35.02%
R=31.36%
G=33.62%
B=35.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801932010.100.0400.21202.8616.2874.71
HexB4C1C9A4015cb104b
Octal26430131112402531320113
Binary101101001100000111001001101010001010111001011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C1C9; }

 p { color: rgb(180,193,201); }

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

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

 a { background-color: rgb(180,193,201); }

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

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

 span { border-color: rgb(180,193,201); }

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