#B5BBBE

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

Shades of Heather #B5BBBE

Tints of Heather #B5BBBE

Color information

#B5BBBE (or 0xB5BBBE) is unknown color: approx Heather. HEX triplet: B5, BB and BE. RGB value is (181,187,190). Sum of RGB (Red+Green+Blue) = 181+187+190=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 190 - color contains mainly: blue. Hex color #B5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBBE is #4A4441. Grayscale: #B9B9B9. Windows color (decimal): -4867138 or 12499893. OLE color: 12499893.

HSL color Cylindrical-coordinate representation of color #B5BBBE: hue angle of 200º 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 #B5BBBE is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181187190-
CMYK0.050.0200.25
HSL200º6.47%72.75%-
HSV(B)200º4.74%74.51%-
XYZ46.1249.0855.76-
YUV185.55130.51124.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=32.44%
G=33.51%
B=34.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811871900.050.0200.252006.4772.75
HexB5BBBE52019c8649
Octal265273276520313106111
Binary10110101101110111011111010110011001110010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BBBE; }

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

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

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

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

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

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

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

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