#B7BDBA

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

Shades of Loblolly #B7BDBA

Tints of Loblolly #B7BDBA

Color information

#B7BDBA (or 0xB7BDBA) is unknown color: approx Loblolly. HEX triplet: B7, BD and BA. RGB value is (183,189,186). Sum of RGB (Red+Green+Blue) = 183+189+186=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDBA is #484245. Grayscale: #BABABA. Windows color (decimal): -4735558 or 12238263. OLE color: 12238263.

HSL color Cylindrical-coordinate representation of color #B7BDBA: hue angle of 150º 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 #B7BDBA is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB183189186-
CMYK0.0300.020.26
HSL150º4.35%72.94%-
HSV(B)150º3.17%74.12%-
XYZ46.5950.0153.65-
YUV186.86127.51125.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 186 (73.05% from 255) = 33.33%
R=32.80%
G=33.87%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831891860.0300.020.261504.3572.94
HexB7BDBA3021A96449
Octal267275272302322264111
Binary1011011110111101101110101101011010100101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDBA; }

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

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

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

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

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

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

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

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