Shades of Blue Haze #BAB8CA
Tints of Blue Haze #BAB8CA
RGB
CMYK
RGB Variations
Color information
#BAB8CA (or 0xBAB8CA) is known color: Blue Haze. HEX triplet: BA, B8 and CA. RGB value is (186,184,202). Sum of RGB (Red+Green+Blue) = 186+184+202=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 184 (72.27% from 255 or 32.17% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB8CA is #454735. Grayscale: #BABABA. Windows color (decimal): -4540214 or 13285562. OLE color: 13285562.
HSL color Cylindrical-coordinate representation of color #BAB8CA: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB8CA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 184 | 202 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.21 |
| HSL | 246.67º | 0.15% | 0.76% | - |
| HSV(B) | 246.67º | 0.09% | 0.79% | - |
| XYZ | 48.05 | 48.98 | 62.8 | - |
| YUV | 186.65 | 136.66 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 202 | 0.08 | 0.09 | 0 | 0.21 | 246.67 | 0.15 | 0.76 |
| Hex | BA | B8 | CA | 8 | 9 | 0 | 15 | F7 | F | 4C |
| Octal | 272 | 270 | 312 | 10 | 11 | 0 | 25 | 367 | 17 | 114 |
| Binary | 10111010 | 10111000 | 11001010 | 1000 | 1001 | 0 | 10101 | 11110111 | 1111 | 1001100 |
Color Harmonies of #BAB8CA
Complementary color
Monochromatic Colors of #BAB8CA
Black with #BAB8CA
Text Example
Text Example
White with #BAB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB8CA; }
p { color: rgb(186,184,202); }
H1.HeaderClassName
{
color: #BAB8CA;
}
.AnyTagClassName
{
color: #BAB8CA;
}
</style>
background-color css
<style>
a { background-color: #BAB8CA; }
a { background-color: rgb(186,184,202); }
div.DivClassName
{
background-color: #BAB8CA;
}
.BgClassName
{
background-color: #BAB8CA;
}
</style>
border-color css
<style>
span { border-color: #BAB8CA; }
span { border-color: rgb(186,184,202); }
td.TdClassName
{
border-color: #BAB8CA;
}
.TagClassName
{
border-color: #BAB8CA;
}
</style>