#B2BEB7

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

Shades of Loblolly #B2BEB7

Tints of Loblolly #B2BEB7

Color information

#B2BEB7 (or 0xB2BEB7) is unknown color: approx Loblolly. HEX triplet: B2, BE and B7. RGB value is (178,190,183). Sum of RGB (Red+Green+Blue) = 178+190+183=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BEB7 is #4D4148. Grayscale: #B9B9B9. Windows color (decimal): -5062985 or 12041906. OLE color: 12041906.

HSL color Cylindrical-coordinate representation of color #B2BEB7: hue angle of 145º 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 #B2BEB7 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB178190183-
CMYK0.0600.040.25
HSL145º8.45%72.16%-
HSV(B)145º6.32%74.51%-
XYZ45.3249.7152.01-
YUV185.61126.52122.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.30%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=32.30%
G=34.48%
B=33.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781901830.0600.040.251458.4572.16
HexB2BEB76041991848
Octal2622762676043122110110
Binary1011001010111110101101111100100110011001000110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BEB7; }

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

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

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

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

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

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

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

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