Shades of Blue Haze #BAB5C6
Tints of Blue Haze #BAB5C6
RGB
CMYK
RGB Variations
Color information
#BAB5C6 (or 0xBAB5C6) is known color: Blue Haze. HEX triplet: BA, B5 and C6. RGB value is (186,181,198). Sum of RGB (Red+Green+Blue) = 186+181+198=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 198 (77.73% from 255 or 35.04% from 565); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAB5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5C6 is #454A39. Grayscale: #B8B8B8. Windows color (decimal): -4540986 or 13022650. OLE color: 13022650.
HSL color Cylindrical-coordinate representation of color #BAB5C6: hue angle of 257.65º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAB5C6 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 181 | 198 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.22 |
| HSL | 257.65º | 0.13% | 0.74% | - |
| HSV(B) | 257.65º | 0.09% | 0.78% | - |
| XYZ | 46.97 | 47.56 | 60.13 | - |
| YUV | 184.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 198 | 0.06 | 0.09 | 0 | 0.22 | 257.65 | 0.13 | 0.74 |
| Hex | BA | B5 | C6 | 6 | 9 | 0 | 16 | 102 | D | 4A |
| Octal | 272 | 265 | 306 | 6 | 11 | 0 | 26 | 402 | 15 | 112 |
| Binary | 10111010 | 10110101 | 11000110 | 110 | 1001 | 0 | 10110 | 100000010 | 1101 | 1001010 |
Color Harmonies of #BAB5C6
Complementary color
Monochromatic Colors of #BAB5C6
Black with #BAB5C6
Text Example
Text Example
White with #BAB5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB5C6; }
p { color: rgb(186,181,198); }
H1.HeaderClassName
{
color: #BAB5C6;
}
.AnyTagClassName
{
color: #BAB5C6;
}
</style>
background-color css
<style>
a { background-color: #BAB5C6; }
a { background-color: rgb(186,181,198); }
div.DivClassName
{
background-color: #BAB5C6;
}
.BgClassName
{
background-color: #BAB5C6;
}
</style>
border-color css
<style>
span { border-color: #BAB5C6; }
span { border-color: rgb(186,181,198); }
td.TdClassName
{
border-color: #BAB5C6;
}
.TagClassName
{
border-color: #BAB5C6;
}
</style>