Shades of Blue Haze #B2AECB
Tints of Blue Haze #B2AECB
RGB
CMYK
RGB Variations
Color information
#B2AECB (or 0xB2AECB) is known color: Blue Haze. HEX triplet: B2, AE and CB. RGB value is (178,174,203). Sum of RGB (Red+Green+Blue) = 178+174+203=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2AECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECB is #4D5134. Grayscale: #B2B2B2. Windows color (decimal): -5067061 or 13348530. OLE color: 13348530.
HSL color Cylindrical-coordinate representation of color #B2AECB: hue angle of 248.28º 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 #B2AECB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 174 | 203 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.20 |
| HSL | 248.28º | 0.22% | 0.74% | - |
| HSV(B) | 248.28º | 0.14% | 0.8% | - |
| XYZ | 44.28 | 44.05 | 62.67 | - |
| YUV | 178.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 174 | 203 | 0.12 | 0.14 | 0 | 0.20 | 248.28 | 0.22 | 0.74 |
| Hex | B2 | AE | CB | C | E | 0 | 14 | F8 | 16 | 4A |
| Octal | 262 | 256 | 313 | 14 | 16 | 0 | 24 | 370 | 26 | 112 |
| Binary | 10110010 | 10101110 | 11001011 | 1100 | 1110 | 0 | 10100 | 11111000 | 10110 | 1001010 |
Color Harmonies of #B2AECB
Complementary color
Monochromatic Colors of #B2AECB
Black with #B2AECB
Text Example
Text Example
White with #B2AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AECB; }
p { color: rgb(178,174,203); }
H1.HeaderClassName
{
color: #B2AECB;
}
.AnyTagClassName
{
color: #B2AECB;
}
</style>
background-color css
<style>
a { background-color: #B2AECB; }
a { background-color: rgb(178,174,203); }
div.DivClassName
{
background-color: #B2AECB;
}
.BgClassName
{
background-color: #B2AECB;
}
</style>
border-color css
<style>
span { border-color: #B2AECB; }
span { border-color: rgb(178,174,203); }
td.TdClassName
{
border-color: #B2AECB;
}
.TagClassName
{
border-color: #B2AECB;
}
</style>