#BAB6D1

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

Shades of Blue Haze #BAB6D1

Tints of Blue Haze #BAB6D1

Color information

#BAB6D1 (or 0xBAB6D1) is unknown color: approx Blue Haze. HEX triplet: BA, B6 and D1. RGB value is (186,182,209). Sum of RGB (Red+Green+Blue) = 186+182+209=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6D1 is #45492E. Grayscale: #BABABA. Windows color (decimal): -4540719 or 13743802. OLE color: 13743802.

HSL color Cylindrical-coordinate representation of color #BAB6D1: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB6D1 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186182209-
CMYK0.110.1300.18
HSL248.89º22.69%76.67%-
HSV(B)248.89º12.92%81.96%-
XYZ48.4948.567.13-
YUV186.27140.83127.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 209 (82.03% from 255) = 36.22%
R=32.24%
G=31.54%
B=36.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861822090.110.1300.18248.8922.6976.67
HexBAB6D1BD012f9174d
Octal272266321131502237127115
Binary1011101010110110110100011011110101001011111001101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6D1; }

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

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

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

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

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

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

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

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