#B5BCBE

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

Shades of Heather #B5BCBE

Tints of Heather #B5BCBE

Color information

#B5BCBE (or 0xB5BCBE) is unknown color: approx Heather. HEX triplet: B5, BC and BE. RGB value is (181,188,190). Sum of RGB (Red+Green+Blue) = 181+188+190=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BCBE is #4A4341. Grayscale: #BABABA. Windows color (decimal): -4866882 or 12500149. OLE color: 12500149.

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

Color convert

RGB181188190-
CMYK0.050.0100.25
HSL193.33º6.47%72.75%-
HSV(B)193.33º4.74%74.51%-
XYZ46.3349.5155.83-
YUV186.14130.18124.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 188 (73.83% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=32.38%
G=33.63%
B=33.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811881900.050.0100.25193.336.4772.75
HexB5BCBE51019c1649
Octal265274276510313016111
Binary1011010110111100101111101011011001110000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BCBE; }

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

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

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

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

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

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

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

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