Html Css Color HEX #B2BBB5 Loblolly

📋 copy color: '#B2BBB5'

red 178 ◦ green 187 ◦ blue 181

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

Shades of Loblolly #B2BBB5

Tints of Loblolly #B2BBB5

RGB

 RED value IS 178 (69.92% from 255) = 32.6%

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

 BLUE value IS 181 (71.09% from 255) = 33.15%

R = 32.6%
G = 34.25%
B = 33.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B2BBB5 (or 0xB2BBB5) is known color: Loblolly. HEX triplet: B2, BB and B5. RGB value is (178,187,181). Sum of RGB (Red+Green+Blue) = 178+187+181=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB5 is #4D444A. Grayscale: #B7B7B7. Windows color (decimal): -5063755 or 11910066. OLE color: 11910066.

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

Color convert

RGB 178 187 181 -
CMYK 0.05 0 0.03 0.27
HSL 140º 0.06% 0.72% -
HSV(B) 140º 0.05% 0.73% -
XYZ 44.47 48.34 50.7 -
YUV 183.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 178 187 181 0.05 0 0.03 0.27 140 0.06 0.72
Hex B2 BB B5 5 0 3 1B 8C 6 48
Octal 262 273 265 5 0 3 33 214 6 110
Binary 10110010 10111011 10110101 101 0 11 11011 10001100 110 1001000

Color Harmonies of #B2BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBB5

Black with #B2BBB5

Text Example


Text Example

White with #B2BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBB5; }

 p { color: rgb(178,187,181); }

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

background-color css

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

 a { background-color: rgb(178,187,181); }

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

border-color css

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

 span { border-color: rgb(178,187,181); }

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