Shades of Blue Haze #B4AECB
Tints of Blue Haze #B4AECB
RGB
CMYK
RGB Variations
Color information
#B4AECB (or 0xB4AECB) is known color: Blue Haze. HEX triplet: B4, AE and CB. RGB value is (180,174,203). Sum of RGB (Red+Green+Blue) = 180+174+203=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AECB is #4B5134. Grayscale: #B2B2B2. Windows color (decimal): -4935989 or 13348532. OLE color: 13348532.
HSL color Cylindrical-coordinate representation of color #B4AECB: hue angle of 252.41º 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 #B4AECB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 174 | 203 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.20 |
| HSL | 252.41º | 0.22% | 0.74% | - |
| HSV(B) | 252.41º | 0.14% | 0.8% | - |
| XYZ | 44.74 | 44.29 | 62.69 | - |
| YUV | 179.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 174 | 203 | 0.11 | 0.14 | 0 | 0.20 | 252.41 | 0.22 | 0.74 |
| Hex | B4 | AE | CB | B | E | 0 | 14 | FC | 16 | 4A |
| Octal | 264 | 256 | 313 | 13 | 16 | 0 | 24 | 374 | 26 | 112 |
| Binary | 10110100 | 10101110 | 11001011 | 1011 | 1110 | 0 | 10100 | 11111100 | 10110 | 1001010 |
Color Harmonies of #B4AECB
Complementary color
Monochromatic Colors of #B4AECB
Black with #B4AECB
Text Example
Text Example
White with #B4AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AECB; }
p { color: rgb(180,174,203); }
H1.HeaderClassName
{
color: #B4AECB;
}
.AnyTagClassName
{
color: #B4AECB;
}
</style>
background-color css
<style>
a { background-color: #B4AECB; }
a { background-color: rgb(180,174,203); }
div.DivClassName
{
background-color: #B4AECB;
}
.BgClassName
{
background-color: #B4AECB;
}
</style>
border-color css
<style>
span { border-color: #B4AECB; }
span { border-color: rgb(180,174,203); }
td.TdClassName
{
border-color: #B4AECB;
}
.TagClassName
{
border-color: #B4AECB;
}
</style>