Shades of Blue Haze #BAB3CF
Tints of Blue Haze #BAB3CF
RGB
CMYK
RGB Variations
Color information
#BAB3CF (or 0xBAB3CF) is known color: Blue Haze. HEX triplet: BA, B3 and CF. RGB value is (186,179,207). Sum of RGB (Red+Green+Blue) = 186+179+207=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3CF is #454C30. Grayscale: #B8B8B8. Windows color (decimal): -4541489 or 13611962. OLE color: 13611962.
HSL color Cylindrical-coordinate representation of color #BAB3CF: hue angle of 255º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAB3CF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 179 | 207 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 255º | 0.23% | 0.76% | - |
| HSV(B) | 255º | 0.14% | 0.81% | - |
| XYZ | 47.63 | 47.18 | 65.63 | - |
| YUV | 184.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 207 | 0.10 | 0.14 | 0 | 0.19 | 255 | 0.23 | 0.76 |
| Hex | BA | B3 | CF | A | E | 0 | 13 | FF | 17 | 4C |
| Octal | 272 | 263 | 317 | 12 | 16 | 0 | 23 | 377 | 27 | 114 |
| Binary | 10111010 | 10110011 | 11001111 | 1010 | 1110 | 0 | 10011 | 11111111 | 10111 | 1001100 |
Color Harmonies of #BAB3CF
Complementary color
Monochromatic Colors of #BAB3CF
Black with #BAB3CF
Text Example
Text Example
White with #BAB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3CF; }
p { color: rgb(186,179,207); }
H1.HeaderClassName
{
color: #BAB3CF;
}
.AnyTagClassName
{
color: #BAB3CF;
}
</style>
background-color css
<style>
a { background-color: #BAB3CF; }
a { background-color: rgb(186,179,207); }
div.DivClassName
{
background-color: #BAB3CF;
}
.BgClassName
{
background-color: #BAB3CF;
}
</style>
border-color css
<style>
span { border-color: #BAB3CF; }
span { border-color: rgb(186,179,207); }
td.TdClassName
{
border-color: #BAB3CF;
}
.TagClassName
{
border-color: #BAB3CF;
}
</style>