Html Css Color HEX #B8BBBA Loblolly

📋 copy color: '#B8BBBA'

red 184 ◦ green 187 ◦ blue 186

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

Shades of Loblolly #B8BBBA

Tints of Loblolly #B8BBBA

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

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

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

RGB 184 187 186 -
CMYK 0.02 0 0.01 0.27
HSL 160º 0.02% 0.73% -
HSV(B) 160º 0.02% 0.73% -
XYZ 46.4 49.28 53.52 -
YUV 185.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 184 187 186 0.02 0 0.01 0.27 160 0.02 0.73
Hex B8 BB BA 2 0 1 1B A0 2 49
Octal 270 273 272 2 0 1 33 240 2 111
Binary 10111000 10111011 10111010 10 0 1 11011 10100000 10 1001001

Color Harmonies of #B8BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BBBA

Black with #B8BBBA

Text Example


Text Example

White with #B8BBBA

Text Example


Text Example

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