#BAB4D4

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

Shades of Blue Haze #BAB4D4

Tints of Blue Haze #BAB4D4

Color information

#BAB4D4 (or 0xBAB4D4) is unknown color: approx Blue Haze. HEX triplet: BA, B4 and D4. RGB value is (186,180,212). Sum of RGB (Red+Green+Blue) = 186+180+212=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB4D4 is #454B2B. Grayscale: #B9B9B9. Windows color (decimal): -4541228 or 13939898. OLE color: 13939898.

HSL color Cylindrical-coordinate representation of color #BAB4D4: hue angle of 251.25º degrees, saturation: 0.27, 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 #BAB4D4 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186180212-
CMYK0.120.1500.17
HSL251.25º27.12%76.86%-
HSV(B)251.25º15.09%83.14%-
XYZ48.4547.8468.97-
YUV185.44142.99128.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 212 (83.20% from 255) = 36.68%
R=32.18%
G=31.14%
B=36.68%

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
Decimal1861802120.120.1500.17251.2527.1276.86
HexBAB4D4CF011fb1b4d
Octal272264324141702137333115
Binary1011101010110100110101001100111101000111111011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB4D4; }

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

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

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

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

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

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

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

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