Shades of Blue Haze #B6AECC
Tints of Blue Haze #B6AECC
RGB
CMYK
RGB Variations
Color information
#B6AECC (or 0xB6AECC) is known color: Blue Haze. HEX triplet: B6, AE and CC. RGB value is (182,174,204). Sum of RGB (Red+Green+Blue) = 182+174+204=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AECC is #495133. Grayscale: #B3B3B3. Windows color (decimal): -4804916 or 13414070. OLE color: 13414070.
HSL color Cylindrical-coordinate representation of color #B6AECC: hue angle of 256º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6AECC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 174 | 204 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.2 |
| HSL | 256º | 0.23% | 0.74% | - |
| HSV(B) | 256º | 0.15% | 0.8% | - |
| XYZ | 45.33 | 44.58 | 63.34 | - |
| YUV | 179.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 204 | 0.11 | 0.15 | 0 | 0.2 | 256 | 0.23 | 0.74 |
| Hex | B6 | AE | CC | B | F | 0 | 14 | 100 | 17 | 4A |
| Octal | 266 | 256 | 314 | 13 | 17 | 0 | 24 | 400 | 27 | 112 |
| Binary | 10110110 | 10101110 | 11001100 | 1011 | 1111 | 0 | 10100 | 100000000 | 10111 | 1001010 |
Color Harmonies of #B6AECC
Complementary color
Monochromatic Colors of #B6AECC
Black with #B6AECC
Text Example
Text Example
White with #B6AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AECC; }
p { color: rgb(182,174,204); }
H1.HeaderClassName
{
color: #B6AECC;
}
.AnyTagClassName
{
color: #B6AECC;
}
</style>
background-color css
<style>
a { background-color: #B6AECC; }
a { background-color: rgb(182,174,204); }
div.DivClassName
{
background-color: #B6AECC;
}
.BgClassName
{
background-color: #B6AECC;
}
</style>
border-color css
<style>
span { border-color: #B6AECC; }
span { border-color: rgb(182,174,204); }
td.TdClassName
{
border-color: #B6AECC;
}
.TagClassName
{
border-color: #B6AECC;
}
</style>