Shades of Blue Haze #B3AECC
Tints of Blue Haze #B3AECC
RGB
CMYK
RGB Variations
Color information
#B3AECC (or 0xB3AECC) is known color: Blue Haze. HEX triplet: B3, AE and CC. RGB value is (179,174,204). Sum of RGB (Red+Green+Blue) = 179+174+204=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #B3AECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECC is #4C5133. Grayscale: #B2B2B2. Windows color (decimal): -5001524 or 13414067. OLE color: 13414067.
HSL color Cylindrical-coordinate representation of color #B3AECC: hue angle of 250º 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 #B3AECC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 174 | 204 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.2 |
| HSL | 250º | 0.23% | 0.74% | - |
| HSV(B) | 250º | 0.15% | 0.8% | - |
| XYZ | 44.63 | 44.22 | 63.31 | - |
| YUV | 178.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 204 | 0.12 | 0.15 | 0 | 0.2 | 250 | 0.23 | 0.74 |
| Hex | B3 | AE | CC | C | F | 0 | 14 | FA | 17 | 4A |
| Octal | 263 | 256 | 314 | 14 | 17 | 0 | 24 | 372 | 27 | 112 |
| Binary | 10110011 | 10101110 | 11001100 | 1100 | 1111 | 0 | 10100 | 11111010 | 10111 | 1001010 |
Color Harmonies of #B3AECC
Complementary color
Monochromatic Colors of #B3AECC
Black with #B3AECC
Text Example
Text Example
White with #B3AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AECC; }
p { color: rgb(179,174,204); }
H1.HeaderClassName
{
color: #B3AECC;
}
.AnyTagClassName
{
color: #B3AECC;
}
</style>
background-color css
<style>
a { background-color: #B3AECC; }
a { background-color: rgb(179,174,204); }
div.DivClassName
{
background-color: #B3AECC;
}
.BgClassName
{
background-color: #B3AECC;
}
</style>
border-color css
<style>
span { border-color: #B3AECC; }
span { border-color: rgb(179,174,204); }
td.TdClassName
{
border-color: #B3AECC;
}
.TagClassName
{
border-color: #B3AECC;
}
</style>