Shades of Blue Haze #B5AEC6
Tints of Blue Haze #B5AEC6
RGB
CMYK
RGB Variations
Color information
#B5AEC6 (or 0xB5AEC6) is known color: Blue Haze. HEX triplet: B5, AE and C6. RGB value is (181,174,198). Sum of RGB (Red+Green+Blue) = 181+174+198=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5AEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC6 is #4A5139. Grayscale: #B2B2B2. Windows color (decimal): -4870458 or 13020853. OLE color: 13020853.
HSL color Cylindrical-coordinate representation of color #B5AEC6: hue angle of 257.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AEC6 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 174 | 198 | - |
CMYK | 0.09 | 0.12 | 0 | 0.22 |
HSL | 257.5º | 0.17% | 0.73% | - |
HSV(B) | 257.5º | 0.12% | 0.78% | - |
XYZ | 44.39 | 44.17 | 59.61 | - |
YUV | 178.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 198 | 0.09 | 0.12 | 0 | 0.22 | 257.5 | 0.17 | 0.73 |
Hex | B5 | AE | C6 | 9 | C | 0 | 16 | 102 | 11 | 49 |
Octal | 265 | 256 | 306 | 11 | 14 | 0 | 26 | 402 | 21 | 111 |
Binary | 10110101 | 10101110 | 11000110 | 1001 | 1100 | 0 | 10110 | 100000010 | 10001 | 1001001 |
Color Harmonies of #B5AEC6
Complementary color
Monochromatic Colors of #B5AEC6
Black with #B5AEC6
Text Example
Text Example
White with #B5AEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEC6; }
p { color: rgb(181,174,198); }
H1.HeaderClassName
{
color: #B5AEC6;
}
.AnyTagClassName
{
color: #B5AEC6;
}
</style>
background-color css
<style>
a { background-color: #B5AEC6; }
a { background-color: rgb(181,174,198); }
div.DivClassName
{
background-color: #B5AEC6;
}
.BgClassName
{
background-color: #B5AEC6;
}
</style>
border-color css
<style>
span { border-color: #B5AEC6; }
span { border-color: rgb(181,174,198); }
td.TdClassName
{
border-color: #B5AEC6;
}
.TagClassName
{
border-color: #B5AEC6;
}
</style>