#B0B9B4

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

Shades of Loblolly #B0B9B4

Tints of Loblolly #B0B9B4

Color information

#B0B9B4 (or 0xB0B9B4) is unknown color: approx Loblolly. HEX triplet: B0, B9 and B4. RGB value is (176,185,180). Sum of RGB (Red+Green+Blue) = 176+185+180=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B9B4 is #4F464B. Grayscale: #B5B5B5. Windows color (decimal): -5195340 or 11844016. OLE color: 11844016.

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

Color convert

RGB176185180-
CMYK0.0500.030.27
HSL146.67º6.04%70.78%-
HSV(B)146.67º4.86%72.55%-
XYZ43.4947.2250-
YUV181.74127.02123.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.53%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=32.53%
G=34.20%
B=33.27%

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
Decimal1761851800.0500.030.27146.676.0470.78
HexB0B9B45031B93647
Octal260271264503332236107
Binary10110000101110011011010010101111011100100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B9B4; }

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

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

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

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

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

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

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

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