#BAB4D7

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

Shades of Blue Haze #BAB4D7

Tints of Blue Haze #BAB4D7

Color information

#BAB4D7 (or 0xBAB4D7) is unknown color: approx Blue Haze. HEX triplet: BA, B4 and D7. RGB value is (186,180,215). Sum of RGB (Red+Green+Blue) = 186+180+215=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D7 is #454B28. Grayscale: #B9B9B9. Windows color (decimal): -4541225 or 14136506. OLE color: 14136506.

HSL color Cylindrical-coordinate representation of color #BAB4D7: hue angle of 250.29º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB4D7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186180215-
CMYK0.130.1600.16
HSL250.29º30.43%77.45%-
HSV(B)250.29º16.28%84.31%-
XYZ48.8447.9970.98-
YUV185.78144.49128.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 180 (70.70% from 255) = 30.98%
BLUE value IS 215 (84.38% from 255) = 37.01%
R=32.01%
G=30.98%
B=37.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861802150.130.1600.16250.2930.4377.45
HexBAB4D7D10010fa1e4d
Octal272264327152002037236115
Binary10111010101101001101011111011000001000011111010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4D7; }

 p { color: rgb(186,180,215); }

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

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

 a { background-color: rgb(186,180,215); }

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

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

 span { border-color: rgb(186,180,215); }

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