#B0BAB4

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

Shades of Loblolly #B0BAB4

Tints of Loblolly #B0BAB4

Color information

#B0BAB4 (or 0xB0BAB4) is unknown color: approx Loblolly. HEX triplet: B0, BA and B4. RGB value is (176,186,180). Sum of RGB (Red+Green+Blue) = 176+186+180=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAB4 is #4F454B. Grayscale: #B6B6B6. Windows color (decimal): -5195084 or 11844272. OLE color: 11844272.

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

Color convert

RGB176186180-
CMYK0.0500.030.27
HSL144º6.76%70.98%-
HSV(B)144º5.38%72.94%-
XYZ43.747.6450.07-
YUV182.33126.69123.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=32.47%
G=34.32%
B=33.21%

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
Decimal1761861800.0500.030.271446.7670.98
HexB0BAB45031B90747
Octal260272264503332207107
Binary10110000101110101011010010101111011100100001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAB4; }

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

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

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

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

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

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

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

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