#B6BDBA

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

Shades of Loblolly #B6BDBA

Tints of Loblolly #B6BDBA

Color information

#B6BDBA (or 0xB6BDBA) is unknown color: approx Loblolly. HEX triplet: B6, BD and BA. RGB value is (182,189,186). Sum of RGB (Red+Green+Blue) = 182+189+186=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #B6BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BDBA is #494245. Grayscale: #BABABA. Windows color (decimal): -4801094 or 12238262. OLE color: 12238262.

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

Color convert

RGB182189186-
CMYK0.0400.020.26
HSL154.29º5.04%72.75%-
HSV(B)154.29º3.7%74.12%-
XYZ46.3549.8953.64-
YUV186.56127.68124.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 186 (73.05% from 255) = 33.39%
R=32.68%
G=33.93%
B=33.39%

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
Decimal1821891860.0400.020.26154.295.0472.75
HexB6BDBA4021A9a549
Octal266275272402322325111
Binary10110110101111011011101010001011010100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BDBA; }

 p { color: rgb(182,189,186); }

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

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

 a { background-color: rgb(182,189,186); }

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

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

 span { border-color: rgb(182,189,186); }

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