#B3BBB6

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

Shades of Loblolly #B3BBB6

Tints of Loblolly #B3BBB6

Color information

#B3BBB6 (or 0xB3BBB6) is unknown color: approx Loblolly. HEX triplet: B3, BB and B6. RGB value is (179,187,182). Sum of RGB (Red+Green+Blue) = 179+187+182=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 187 (73.44% from 255 or 34.12% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BBB6 is #4C4449. Grayscale: #B8B8B8. Windows color (decimal): -4998218 or 11975603. OLE color: 11975603.

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

Color convert

RGB179187182-
CMYK0.0400.030.27
HSL142.5º5.56%71.76%-
HSV(B)142.5º4.28%73.33%-
XYZ44.848.551.26-
YUV184.04126.85124.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 187 (73.44% from 255) = 34.12%
BLUE value IS 182 (71.48% from 255) = 33.21%
R=32.66%
G=34.12%
B=33.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871820.0400.030.27142.55.5671.76
HexB3BBB64031B8e648
Octal263273266403332166110
Binary10110011101110111011011010001111011100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BBB6; }

 p { color: rgb(179,187,182); }

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

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

 a { background-color: rgb(179,187,182); }

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

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

 span { border-color: rgb(179,187,182); }

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