#B2BFB9

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

Shades of Loblolly #B2BFB9

Tints of Loblolly #B2BFB9

Color information

#B2BFB9 (or 0xB2BFB9) is unknown color: approx Loblolly. HEX triplet: B2, BF and B9. RGB value is (178,191,185). Sum of RGB (Red+Green+Blue) = 178+191+185=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFB9 is #4D4046. Grayscale: #BABABA. Windows color (decimal): -5062727 or 12173234. OLE color: 12173234.

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

Color convert

RGB178191185-
CMYK0.0700.030.25
HSL152.31º9.22%72.35%-
HSV(B)152.31º6.81%74.9%-
XYZ45.7550.2353.18-
YUV186.43127.19121.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.13%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=32.13%
G=34.48%
B=33.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911850.0700.030.25152.319.2272.35
HexB2BFB97031998948
Octal2622772717033123011110
Binary101100101011111110111001111011110011001100010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BFB9; }

 p { color: rgb(178,191,185); }

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

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

 a { background-color: rgb(178,191,185); }

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

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

 span { border-color: rgb(178,191,185); }

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