Shades of Blue Haze #BAB7CF
Tints of Blue Haze #BAB7CF
RGB
CMYK
RGB Variations
Color information
#BAB7CF (or 0xBAB7CF) is known color: Blue Haze. HEX triplet: BA, B7 and CF. RGB value is (186,183,207). Sum of RGB (Red+Green+Blue) = 186+183+207=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 183 (71.88% from 255 or 31.77% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7CF is #454830. Grayscale: #BABABA. Windows color (decimal): -4540465 or 13612986. OLE color: 13612986.
HSL color Cylindrical-coordinate representation of color #BAB7CF: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB7CF is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 183 | 207 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.19 |
| HSL | 247.5º | 0.2% | 0.76% | - |
| HSV(B) | 247.5º | 0.12% | 0.81% | - |
| XYZ | 48.45 | 48.81 | 65.9 | - |
| YUV | 186.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 207 | 0.10 | 0.12 | 0 | 0.19 | 247.5 | 0.2 | 0.76 |
| Hex | BA | B7 | CF | A | C | 0 | 13 | F8 | 14 | 4C |
| Octal | 272 | 267 | 317 | 12 | 14 | 0 | 23 | 370 | 24 | 114 |
| Binary | 10111010 | 10110111 | 11001111 | 1010 | 1100 | 0 | 10011 | 11111000 | 10100 | 1001100 |
Color Harmonies of #BAB7CF
Complementary color
Monochromatic Colors of #BAB7CF
Black with #BAB7CF
Text Example
Text Example
White with #BAB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7CF; }
p { color: rgb(186,183,207); }
H1.HeaderClassName
{
color: #BAB7CF;
}
.AnyTagClassName
{
color: #BAB7CF;
}
</style>
background-color css
<style>
a { background-color: #BAB7CF; }
a { background-color: rgb(186,183,207); }
div.DivClassName
{
background-color: #BAB7CF;
}
.BgClassName
{
background-color: #BAB7CF;
}
</style>
border-color css
<style>
span { border-color: #BAB7CF; }
span { border-color: rgb(186,183,207); }
td.TdClassName
{
border-color: #BAB7CF;
}
.TagClassName
{
border-color: #BAB7CF;
}
</style>