#B6BEBB

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

Shades of Loblolly #B6BEBB

Tints of Loblolly #B6BEBB

Color information

#B6BEBB (or 0xB6BEBB) is unknown color: approx Loblolly. HEX triplet: B6, BE and BB. RGB value is (182,190,187). Sum of RGB (Red+Green+Blue) = 182+190+187=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BEBB is #494144. Grayscale: #BBBBBB. Windows color (decimal): -4800837 or 12304054. OLE color: 12304054.

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

Color convert

RGB182190187-
CMYK0.0400.020.25
HSL157.5º5.8%72.94%-
HSV(B)157.5º4.21%74.51%-
XYZ46.6750.3654.27-
YUV187.27127.85124.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=32.56%
G=33.99%
B=33.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821901870.0400.020.25157.55.872.94
HexB6BEBB402199d649
Octal266276273402312356111
Binary10110110101111101011101110001011001100111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BEBB; }

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

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

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

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

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

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

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

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