#B8BCBE

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

Shades of Heather #B8BCBE

Tints of Heather #B8BCBE

Color information

#B8BCBE (or 0xB8BCBE) is unknown color: approx Heather. HEX triplet: B8, BC and BE. RGB value is (184,188,190). Sum of RGB (Red+Green+Blue) = 184+188+190=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCBE is #474341. Grayscale: #BBBBBB. Windows color (decimal): -4670274 or 12500152. OLE color: 12500152.

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

Color convert

RGB184188190-
CMYK0.030.0100.25
HSL200º4.41%73.33%-
HSV(B)200º3.16%74.51%-
XYZ47.0449.8755.86-
YUV187.03129.67125.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.74%
GREEN value IS 188 (73.83% from 255) = 33.45%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=32.74%
G=33.45%
B=33.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841881900.030.0100.252004.4173.33
HexB8BCBE31019c8449
Octal270274276310313104111
Binary101110001011110010111110111011001110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCBE; }

 p { color: rgb(184,188,190); }

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

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

 a { background-color: rgb(184,188,190); }

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

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

 span { border-color: rgb(184,188,190); }

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