#B5BEBB

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

Shades of Loblolly #B5BEBB

Tints of Loblolly #B5BEBB

Color information

#B5BEBB (or 0xB5BEBB) is unknown color: approx Loblolly. HEX triplet: B5, BE and BB. RGB value is (181,190,187). Sum of RGB (Red+Green+Blue) = 181+190+187=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BEBB is #4A4144. Grayscale: #BABABA. Windows color (decimal): -4866373 or 12304053. OLE color: 12304053.

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

Color convert

RGB181190187-
CMYK0.0500.020.25
HSL160º6.47%72.75%-
HSV(B)160º4.74%74.51%-
XYZ46.4450.2454.26-
YUV186.97128.02123.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=32.44%
G=34.05%
B=33.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811901870.0500.020.251606.4772.75
HexB5BEBB50219a0649
Octal265276273502312406111
Binary10110101101111101011101110101011001101000001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BEBB; }

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

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

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

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

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

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

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

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