#B9BBBA

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

Shades of Loblolly #B9BBBA

Tints of Loblolly #B9BBBA

Color information

#B9BBBA (or 0xB9BBBA) is unknown color: approx Loblolly. HEX triplet: B9, BB and BA. RGB value is (185,187,186). Sum of RGB (Red+Green+Blue) = 185+187+186=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BBBA is #464445. Grayscale: #BABABA. Windows color (decimal): -4604998 or 12237753. OLE color: 12237753.

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

Color convert

RGB185187186-
CMYK0.0100.010.27
HSL150º1.45%72.94%-
HSV(B)150º1.07%73.33%-
XYZ46.6449.453.53-
YUV186.29127.84127.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.15%
GREEN value IS 187 (73.44% from 255) = 33.51%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=33.15%
G=33.51%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871860.0100.010.271501.4572.94
HexB9BBBA1011B96149
Octal271273272101332261111
Binary101110011011101110111010101110111001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBBA; }

 p { color: rgb(185,187,186); }

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

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

 a { background-color: rgb(185,187,186); }

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

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

 span { border-color: rgb(185,187,186); }

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