#BAB4D1

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

Shades of Blue Haze #BAB4D1

Tints of Blue Haze #BAB4D1

Color information

#BAB4D1 (or 0xBAB4D1) is unknown color: approx Blue Haze. HEX triplet: BA, B4 and D1. RGB value is (186,180,209). Sum of RGB (Red+Green+Blue) = 186+180+209=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D1 is #454B2E. Grayscale: #B8B8B8. Windows color (decimal): -4541231 or 13743290. OLE color: 13743290.

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

Color convert

RGB186180209-
CMYK0.110.1400.18
HSL252.41º23.97%76.27%-
HSV(B)252.41º13.88%81.96%-
XYZ48.0847.6966.99-
YUV185.1141.49128.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=32.35%
G=31.30%
B=36.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861802090.110.1400.18252.4123.9776.27
HexBAB4D1BE012fc184c
Octal272264321131602237430114
Binary1011101010110100110100011011111001001011111100110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4D1; }

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

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

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

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

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

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

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

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