Html Css Color HEX #B9BBBA Loblolly

📋 copy color: '#B9BBBA'

red 185 ◦ green 187 ◦ blue 186

#B9BBBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loblolly #B9BBBA

Tints of Loblolly #B9BBBA

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 value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#B9BBBA (or 0xB9BBBA) is known color: 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

RGB 185 187 186 -
CMYK 0.01 0 0.01 0.27
HSL 150º 0.01% 0.73% -
HSV(B) 150º 0.01% 0.73% -
XYZ 46.64 49.4 53.53 -
YUV 186.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 185 187 186 0.01 0 0.01 0.27 150 0.01 0.73
Hex B9 BB BA 1 0 1 1B 96 1 49
Octal 271 273 272 1 0 1 33 226 1 111
Binary 10111001 10111011 10111010 1 0 1 11011 10010110 1 1001001

Color Harmonies of #B9BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BBBA

Black with #B9BBBA

Text Example


Text Example

White with #B9BBBA

Text Example


Text Example

HTML Codes & Css Web 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>