#B8BBBA

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

Shades of Loblolly #B8BBBA

Tints of Loblolly #B8BBBA

Color information

#B8BBBA (or 0xB8BBBA) is unknown color: approx Loblolly. HEX triplet: B8, BB and BA. RGB value is (184,187,186). Sum of RGB (Red+Green+Blue) = 184+187+186=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BBBA is #474445. Grayscale: #B9B9B9. Windows color (decimal): -4670534 or 12237752. OLE color: 12237752.

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

Color convert

RGB184187186-
CMYK0.0200.010.27
HSL160º2.16%72.75%-
HSV(B)160º1.6%73.33%-
XYZ46.449.2853.52-
YUV185.99128.01126.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 187 (73.44% from 255) = 33.57%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=33.03%
G=33.57%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1841871860.0200.010.271602.1672.75
HexB8BBBA2011Ba0249
Octal270273272201332402111
Binary10111000101110111011101010011101110100000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBBA; }

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

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

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

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

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

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

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

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