Shades of Blue Haze #B5AEC9
Tints of Blue Haze #B5AEC9
RGB
CMYK
RGB Variations
Color information
#B5AEC9 (or 0xB5AEC9) is known color: Blue Haze. HEX triplet: B5, AE and C9. RGB value is (181,174,201). Sum of RGB (Red+Green+Blue) = 181+174+201=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC9 is #4A5136. Grayscale: #B3B3B3. Windows color (decimal): -4870455 or 13217461. OLE color: 13217461.
HSL color Cylindrical-coordinate representation of color #B5AEC9: hue angle of 255.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AEC9 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 174 | 201 | - |
CMYK | 0.10 | 0.13 | 0 | 0.21 |
HSL | 255.56º | 0.2% | 0.74% | - |
HSV(B) | 255.56º | 0.13% | 0.79% | - |
XYZ | 44.73 | 44.31 | 61.45 | - |
YUV | 179.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 201 | 0.10 | 0.13 | 0 | 0.21 | 255.56 | 0.2 | 0.74 |
Hex | B5 | AE | C9 | A | D | 0 | 15 | 100 | 14 | 4A |
Octal | 265 | 256 | 311 | 12 | 15 | 0 | 25 | 400 | 24 | 112 |
Binary | 10110101 | 10101110 | 11001001 | 1010 | 1101 | 0 | 10101 | 100000000 | 10100 | 1001010 |
Color Harmonies of #B5AEC9
Complementary color
Monochromatic Colors of #B5AEC9
Black with #B5AEC9
Text Example
Text Example
White with #B5AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEC9; }
p { color: rgb(181,174,201); }
H1.HeaderClassName
{
color: #B5AEC9;
}
.AnyTagClassName
{
color: #B5AEC9;
}
</style>
background-color css
<style>
a { background-color: #B5AEC9; }
a { background-color: rgb(181,174,201); }
div.DivClassName
{
background-color: #B5AEC9;
}
.BgClassName
{
background-color: #B5AEC9;
}
</style>
border-color css
<style>
span { border-color: #B5AEC9; }
span { border-color: rgb(181,174,201); }
td.TdClassName
{
border-color: #B5AEC9;
}
.TagClassName
{
border-color: #B5AEC9;
}
</style>