Shades of Blue Haze #B6AECB
Tints of Blue Haze #B6AECB
RGB
CMYK
RGB Variations
Color information
#B6AECB (or 0xB6AECB) is known color: Blue Haze. HEX triplet: B6, AE and CB. RGB value is (182,174,203). Sum of RGB (Red+Green+Blue) = 182+174+203=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AECB is #495134. Grayscale: #B3B3B3. Windows color (decimal): -4804917 or 13348534. OLE color: 13348534.
HSL color Cylindrical-coordinate representation of color #B6AECB: hue angle of 256.55º 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 #B6AECB is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 174 | 203 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.20 |
| HSL | 256.55º | 0.22% | 0.74% | - |
| HSV(B) | 256.55º | 0.14% | 0.8% | - |
| XYZ | 45.21 | 44.53 | 62.71 | - |
| YUV | 179.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 174 | 203 | 0.10 | 0.14 | 0 | 0.20 | 256.55 | 0.22 | 0.74 |
| Hex | B6 | AE | CB | A | E | 0 | 14 | 101 | 16 | 4A |
| Octal | 266 | 256 | 313 | 12 | 16 | 0 | 24 | 401 | 26 | 112 |
| Binary | 10110110 | 10101110 | 11001011 | 1010 | 1110 | 0 | 10100 | 100000001 | 10110 | 1001010 |
Color Harmonies of #B6AECB
Complementary color
Monochromatic Colors of #B6AECB
Black with #B6AECB
Text Example
Text Example
White with #B6AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6AECB; }
p { color: rgb(182,174,203); }
H1.HeaderClassName
{
color: #B6AECB;
}
.AnyTagClassName
{
color: #B6AECB;
}
</style>
background-color css
<style>
a { background-color: #B6AECB; }
a { background-color: rgb(182,174,203); }
div.DivClassName
{
background-color: #B6AECB;
}
.BgClassName
{
background-color: #B6AECB;
}
</style>
border-color css
<style>
span { border-color: #B6AECB; }
span { border-color: rgb(182,174,203); }
td.TdClassName
{
border-color: #B6AECB;
}
.TagClassName
{
border-color: #B6AECB;
}
</style>