#B4BCBF

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

Shades of Heather #B4BCBF

Tints of Heather #B4BCBF

Color information

#B4BCBF (or 0xB4BCBF) is unknown color: approx Heather. HEX triplet: B4, BC and BF. RGB value is (180,188,191). Sum of RGB (Red+Green+Blue) = 180+188+191=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 191 - color contains mainly: blue. Hex color #B4BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCBF is #4B4340. Grayscale: #B9B9B9. Windows color (decimal): -4932417 or 12565684. OLE color: 12565684.

HSL color Cylindrical-coordinate representation of color #B4BCBF: hue angle of 196.36º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B4BCBF is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180188191-
CMYK0.060.0200.25
HSL196.36º7.91%72.75%-
HSV(B)196.36º5.76%74.9%-
XYZ46.2149.4356.4-
YUV185.95130.85123.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 191 (75% from 255) = 34.17%
R=32.20%
G=33.63%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801881910.060.0200.25196.367.9172.75
HexB4BCBF62019c4849
Octal2642742776203130410111
Binary101101001011110010111111110100110011100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCBF; }

 p { color: rgb(180,188,191); }

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

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

 a { background-color: rgb(180,188,191); }

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

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

 span { border-color: rgb(180,188,191); }

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