Shades of Blue Haze #B3AECB
Tints of Blue Haze #B3AECB
RGB
CMYK
RGB Variations
Color information
#B3AECB (or 0xB3AECB) is known color: Blue Haze. HEX triplet: B3, AE and CB. RGB value is (179,174,203). Sum of RGB (Red+Green+Blue) = 179+174+203=556 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.19% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AECB is #4C5134. Grayscale: #B2B2B2. Windows color (decimal): -5001525 or 13348531. OLE color: 13348531.
HSL color Cylindrical-coordinate representation of color #B3AECB: hue angle of 250.34º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3AECB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 174 | 203 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.20 |
| HSL | 250.34º | 0.22% | 0.74% | - |
| HSV(B) | 250.34º | 0.14% | 0.8% | - |
| XYZ | 44.51 | 44.17 | 62.68 | - |
| YUV | 178.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 203 | 0.12 | 0.14 | 0 | 0.20 | 250.34 | 0.22 | 0.74 |
| Hex | B3 | AE | CB | C | E | 0 | 14 | FA | 16 | 4A |
| Octal | 263 | 256 | 313 | 14 | 16 | 0 | 24 | 372 | 26 | 112 |
| Binary | 10110011 | 10101110 | 11001011 | 1100 | 1110 | 0 | 10100 | 11111010 | 10110 | 1001010 |
Color Harmonies of #B3AECB
Complementary color
Monochromatic Colors of #B3AECB
Black with #B3AECB
Text Example
Text Example
White with #B3AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AECB; }
p { color: rgb(179,174,203); }
H1.HeaderClassName
{
color: #B3AECB;
}
.AnyTagClassName
{
color: #B3AECB;
}
</style>
background-color css
<style>
a { background-color: #B3AECB; }
a { background-color: rgb(179,174,203); }
div.DivClassName
{
background-color: #B3AECB;
}
.BgClassName
{
background-color: #B3AECB;
}
</style>
border-color css
<style>
span { border-color: #B3AECB; }
span { border-color: rgb(179,174,203); }
td.TdClassName
{
border-color: #B3AECB;
}
.TagClassName
{
border-color: #B3AECB;
}
</style>