#B2BEB8

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

Shades of Loblolly #B2BEB8

Tints of Loblolly #B2BEB8

Color information

#B2BEB8 (or 0xB2BEB8) is unknown color: approx Loblolly. HEX triplet: B2, BE and B8. RGB value is (178,190,184). Sum of RGB (Red+Green+Blue) = 178+190+184=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEB8 is #4D4147. Grayscale: #B9B9B9. Windows color (decimal): -5062984 or 12107442. OLE color: 12107442.

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

Color convert

RGB178190184-
CMYK0.0600.030.25
HSL150º8.45%72.16%-
HSV(B)150º6.32%74.51%-
XYZ45.4349.7552.56-
YUV185.73127.02122.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.25%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 184 (72.27% from 255) = 33.33%
R=32.25%
G=34.42%
B=33.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901840.0600.030.251508.4572.16
HexB2BEB86031996848
Octal2622762706033122610110
Binary101100101011111010111000110011110011001011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEB8; }

 p { color: rgb(178,190,184); }

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

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

 a { background-color: rgb(178,190,184); }

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

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

 span { border-color: rgb(178,190,184); }

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