#BAB5CF

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

Shades of Blue Haze #BAB5CF

Tints of Blue Haze #BAB5CF

Color information

#BAB5CF (or 0xBAB5CF) is unknown color: approx Blue Haze. HEX triplet: BA, B5 and CF. RGB value is (186,181,207). Sum of RGB (Red+Green+Blue) = 186+181+207=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5CF is #454A30. Grayscale: #B9B9B9. Windows color (decimal): -4540977 or 13612474. OLE color: 13612474.

HSL color Cylindrical-coordinate representation of color #BAB5CF: hue angle of 251.54º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB5CF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186181207-
CMYK0.100.1300.19
HSL251.54º21.31%76.08%-
HSV(B)251.54º12.56%81.18%-
XYZ48.0447.9965.76-
YUV185.46140.16128.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=32.40%
G=31.53%
B=36.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861812070.100.1300.19251.5421.3176.08
HexBAB5CFAD013fc154c
Octal272265317121502337425114
Binary1011101010110101110011111010110101001111111100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5CF; }

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

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

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

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

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

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

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

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