Shades of Blue Haze #BAB6C3
Tints of Blue Haze #BAB6C3
RGB
CMYK
RGB Variations
Color information
#BAB6C3 (or 0xBAB6C3) is known color: Blue Haze. HEX triplet: BA, B6 and C3. RGB value is (186,182,195). Sum of RGB (Red+Green+Blue) = 186+182+195=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 182 (71.48% from 255 or 32.33% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAB6C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6C3 is #45493C. Grayscale: #B8B8B8. Windows color (decimal): -4540733 or 12826298. OLE color: 12826298.
HSL color Cylindrical-coordinate representation of color #BAB6C3: hue angle of 258.46º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BAB6C3 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 182 | 195 | - |
CMYK | 0.05 | 0.07 | 0 | 0.24 |
HSL | 258.46º | 0.1% | 0.74% | - |
HSV(B) | 258.46º | 0.07% | 0.76% | - |
XYZ | 46.83 | 47.84 | 58.39 | - |
YUV | 184.68 | 133.83 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 182 | 195 | 0.05 | 0.07 | 0 | 0.24 | 258.46 | 0.1 | 0.74 |
Hex | BA | B6 | C3 | 5 | 7 | 0 | 18 | 102 | A | 4A |
Octal | 272 | 266 | 303 | 5 | 7 | 0 | 30 | 402 | 12 | 112 |
Binary | 10111010 | 10110110 | 11000011 | 101 | 111 | 0 | 11000 | 100000010 | 1010 | 1001010 |
Color Harmonies of #BAB6C3
Complementary color
Monochromatic Colors of #BAB6C3
Black with #BAB6C3
Text Example
Text Example
White with #BAB6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB6C3; }
p { color: rgb(186,182,195); }
H1.HeaderClassName
{
color: #BAB6C3;
}
.AnyTagClassName
{
color: #BAB6C3;
}
</style>
background-color css
<style>
a { background-color: #BAB6C3; }
a { background-color: rgb(186,182,195); }
div.DivClassName
{
background-color: #BAB6C3;
}
.BgClassName
{
background-color: #BAB6C3;
}
</style>
border-color css
<style>
span { border-color: #BAB6C3; }
span { border-color: rgb(186,182,195); }
td.TdClassName
{
border-color: #BAB6C3;
}
.TagClassName
{
border-color: #BAB6C3;
}
</style>