#B7BDBB

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

Shades of Loblolly #B7BDBB

Tints of Loblolly #B7BDBB

Color information

#B7BDBB (or 0xB7BDBB) is unknown color: approx Loblolly. HEX triplet: B7, BD and BB. RGB value is (183,189,187). Sum of RGB (Red+Green+Blue) = 183+189+187=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDBB is #484244. Grayscale: #BABABA. Windows color (decimal): -4735557 or 12303799. OLE color: 12303799.

HSL color Cylindrical-coordinate representation of color #B7BDBB: hue angle of 160º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B7BDBB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB183189187-
CMYK0.0300.010.26
HSL160º4.35%72.94%-
HSV(B)160º3.17%74.12%-
XYZ46.750.0554.21-
YUV186.98128.01125.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 189 (74.22% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=32.74%
G=33.81%
B=33.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891870.0300.010.261604.3572.94
HexB7BDBB3011Aa0449
Octal267275273301322404111
Binary101101111011110110111011110111010101000001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDBB; }

 p { color: rgb(183,189,187); }

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

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

 a { background-color: rgb(183,189,187); }

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

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

 span { border-color: rgb(183,189,187); }

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