Html Css Color HEX #B0BBB6 Loblolly

📋 copy color: '#B0BBB6'

red 176 ◦ green 187 ◦ blue 182

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

Shades of Loblolly #B0BBB6

Tints of Loblolly #B0BBB6

RGB

 RED value IS 176 (69.14% from 255) = 32.29%

 GREEN value IS 187 (73.44% from 255) = 34.31%

 BLUE value IS 182 (71.48% from 255) = 33.39%

R = 32.29%
G = 34.31%
B = 33.39%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B0BBB6 (or 0xB0BBB6) is known color: Loblolly. HEX triplet: B0, BB and B6. RGB value is (176,187,182). Sum of RGB (Red+Green+Blue) = 176+187+182=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB6 is #4F4449. Grayscale: #B7B7B7. Windows color (decimal): -5194826 or 11975600. OLE color: 11975600.

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

Color convert

RGB 176 187 182 -
CMYK 0.06 0 0.03 0.27
HSL 152.73º 0.07% 0.71% -
HSV(B) 152.73º 0.06% 0.73% -
XYZ 44.12 48.15 51.22 -
YUV 183.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 176 187 182 0.06 0 0.03 0.27 152.73 0.07 0.71
Hex B0 BB B6 6 0 3 1B 99 7 47
Octal 260 273 266 6 0 3 33 231 7 107
Binary 10110000 10111011 10110110 110 0 11 11011 10011001 111 1000111

Color Harmonies of #B0BBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBB6

Black with #B0BBB6

Text Example


Text Example

White with #B0BBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBB6; }

 p { color: rgb(176,187,182); }

 H1.HeaderClassName
 {
   color: #B0BBB6;
 }
 .AnyTagClassName
 {
   color: #B0BBB6;
 }
</style>

background-color css

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

 a { background-color: rgb(176,187,182); }

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

border-color css

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

 span { border-color: rgb(176,187,182); }

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