#BAB3D4

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

Shades of Blue Haze #BAB3D4

Tints of Blue Haze #BAB3D4

Color information

#BAB3D4 (or 0xBAB3D4) is unknown color: approx Blue Haze. HEX triplet: BA, B3 and D4. RGB value is (186,179,212). Sum of RGB (Red+Green+Blue) = 186+179+212=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 179 (70.31% from 255 or 31.02% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #BAB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3D4 is #454C2B. Grayscale: #B8B8B8. Windows color (decimal): -4541484 or 13939642. OLE color: 13939642.

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

Color convert

RGB186179212-
CMYK0.120.1600.17
HSL252.73º27.73%76.67%-
HSV(B)252.73º15.57%83.14%-
XYZ48.2547.4368.9-
YUV184.86143.32128.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 179 (70.31% from 255) = 31.02%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=32.24%
G=31.02%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861792120.120.1600.17252.7327.7376.67
HexBAB3D4C10011fd1c4d
Octal272263324142002137534115
Binary10111010101100111101010011001000001000111111101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3D4; }

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

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

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

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

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

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

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

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