#B0BAB5

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

Shades of Loblolly #B0BAB5

Tints of Loblolly #B0BAB5

Color information

#B0BAB5 (or 0xB0BAB5) is unknown color: approx Loblolly. HEX triplet: B0, BA and B5. RGB value is (176,186,181). Sum of RGB (Red+Green+Blue) = 176+186+181=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB5 is #4F454A. Grayscale: #B6B6B6. Windows color (decimal): -5195083 or 11909808. OLE color: 11909808.

HSL color Cylindrical-coordinate representation of color #B0BAB5: hue angle of 150º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0BAB5 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB176186181-
CMYK0.0500.030.27
HSL150º6.76%70.98%-
HSV(B)150º5.38%72.94%-
XYZ43.847.6850.61-
YUV182.44127.19123.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 181 (71.09% from 255) = 33.33%
R=32.41%
G=34.25%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761861810.0500.030.271506.7670.98
HexB0BAB55031B96747
Octal260272265503332267107
Binary10110000101110101011010110101111011100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAB5; }

 p { color: rgb(176,186,181); }

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

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

 a { background-color: rgb(176,186,181); }

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

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

 span { border-color: rgb(176,186,181); }

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