#BAB5D4

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

Shades of Blue Haze #BAB5D4

Tints of Blue Haze #BAB5D4

Color information

#BAB5D4 (or 0xBAB5D4) is unknown color: approx Blue Haze. HEX triplet: BA, B5 and D4. RGB value is (186,181,212). Sum of RGB (Red+Green+Blue) = 186+181+212=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5D4 is #454A2B. Grayscale: #B9B9B9. Windows color (decimal): -4540972 or 13940154. OLE color: 13940154.

HSL color Cylindrical-coordinate representation of color #BAB5D4: hue angle of 249.68º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAB5D4 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186181212-
CMYK0.120.1500.17
HSL249.68º26.5%77.06%-
HSV(B)249.68º14.62%83.14%-
XYZ48.6648.2469.03-
YUV186.03142.66127.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 181 (71.09% from 255) = 31.26%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=32.12%
G=31.26%
B=36.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861812120.120.1500.17249.6826.577.06
HexBAB5D4CF011fa1a4d
Octal272265324141702137232115
Binary1011101010110101110101001100111101000111111010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5D4; }

 p { color: rgb(186,181,212); }

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

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

 a { background-color: rgb(186,181,212); }

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

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

 span { border-color: rgb(186,181,212); }

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