Shades of Blue Haze #BAB7C4
Tints of Blue Haze #BAB7C4
RGB
CMYK
RGB Variations
Color information
#BAB7C4 (or 0xBAB7C4) is known color: Blue Haze. HEX triplet: BA, B7 and C4. RGB value is (186,183,196). Sum of RGB (Red+Green+Blue) = 186+183+196=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAB7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB7C4 is #45483B. Grayscale: #B9B9B9. Windows color (decimal): -4540476 or 12892090. OLE color: 12892090.
HSL color Cylindrical-coordinate representation of color #BAB7C4: hue angle of 253.85º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB7C4 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 183 | 196 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.23 |
| HSL | 253.85º | 0.1% | 0.74% | - |
| HSV(B) | 253.85º | 0.07% | 0.77% | - |
| XYZ | 47.15 | 48.29 | 59.06 | - |
| YUV | 185.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 183 | 196 | 0.05 | 0.07 | 0 | 0.23 | 253.85 | 0.1 | 0.74 |
| Hex | BA | B7 | C4 | 5 | 7 | 0 | 17 | FE | A | 4A |
| Octal | 272 | 267 | 304 | 5 | 7 | 0 | 27 | 376 | 12 | 112 |
| Binary | 10111010 | 10110111 | 11000100 | 101 | 111 | 0 | 10111 | 11111110 | 1010 | 1001010 |
Color Harmonies of #BAB7C4
Complementary color
Monochromatic Colors of #BAB7C4
Black with #BAB7C4
Text Example
Text Example
White with #BAB7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB7C4; }
p { color: rgb(186,183,196); }
H1.HeaderClassName
{
color: #BAB7C4;
}
.AnyTagClassName
{
color: #BAB7C4;
}
</style>
background-color css
<style>
a { background-color: #BAB7C4; }
a { background-color: rgb(186,183,196); }
div.DivClassName
{
background-color: #BAB7C4;
}
.BgClassName
{
background-color: #BAB7C4;
}
</style>
border-color css
<style>
span { border-color: #BAB7C4; }
span { border-color: rgb(186,183,196); }
td.TdClassName
{
border-color: #BAB7C4;
}
.TagClassName
{
border-color: #BAB7C4;
}
</style>