#B4BCB9

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

Shades of Loblolly #B4BCB9

Tints of Loblolly #B4BCB9

Color information

#B4BCB9 (or 0xB4BCB9) is unknown color: approx Loblolly. HEX triplet: B4, BC and B9. RGB value is (180,188,185). Sum of RGB (Red+Green+Blue) = 180+188+185=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCB9 is #4B4346. Grayscale: #B9B9B9. Windows color (decimal): -4932423 or 12172468. OLE color: 12172468.

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

Color convert

RGB180188185-
CMYK0.0400.020.26
HSL157.5º5.63%72.16%-
HSV(B)157.5º4.26%73.73%-
XYZ45.5649.1752.99-
YUV185.27127.85124.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 185 (72.66% from 255) = 33.45%
R=32.55%
G=34.00%
B=33.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881850.0400.020.26157.55.6372.16
HexB4BCB94021A9d648
Octal264274271402322356110
Binary10110100101111001011100110001011010100111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BCB9; }

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

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

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

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

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

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

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

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