Shades of Blue Haze #B5AEC7
Tints of Blue Haze #B5AEC7
RGB
CMYK
RGB Variations
Color information
#B5AEC7 (or 0xB5AEC7) is known color: Blue Haze. HEX triplet: B5, AE and C7. RGB value is (181,174,199). Sum of RGB (Red+Green+Blue) = 181+174+199=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 199 - color contains mainly: blue. Hex color #B5AEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC7 is #4A5138. Grayscale: #B2B2B2. Windows color (decimal): -4870457 or 13086389. OLE color: 13086389.
HSL color Cylindrical-coordinate representation of color #B5AEC7: hue angle of 256.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AEC7 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 174 | 199 | - |
CMYK | 0.09 | 0.13 | 0 | 0.22 |
HSL | 256.8º | 0.18% | 0.73% | - |
HSV(B) | 256.8º | 0.13% | 0.78% | - |
XYZ | 44.5 | 44.22 | 60.22 | - |
YUV | 178.94 | 139.32 | 129.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 199 | 0.09 | 0.13 | 0 | 0.22 | 256.8 | 0.18 | 0.73 |
Hex | B5 | AE | C7 | 9 | D | 0 | 16 | 101 | 12 | 49 |
Octal | 265 | 256 | 307 | 11 | 15 | 0 | 26 | 401 | 22 | 111 |
Binary | 10110101 | 10101110 | 11000111 | 1001 | 1101 | 0 | 10110 | 100000001 | 10010 | 1001001 |
Color Harmonies of #B5AEC7
Complementary color
Monochromatic Colors of #B5AEC7
Black with #B5AEC7
Text Example
Text Example
White with #B5AEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEC7; }
p { color: rgb(181,174,199); }
H1.HeaderClassName
{
color: #B5AEC7;
}
.AnyTagClassName
{
color: #B5AEC7;
}
</style>
background-color css
<style>
a { background-color: #B5AEC7; }
a { background-color: rgb(181,174,199); }
div.DivClassName
{
background-color: #B5AEC7;
}
.BgClassName
{
background-color: #B5AEC7;
}
</style>
border-color css
<style>
span { border-color: #B5AEC7; }
span { border-color: rgb(181,174,199); }
td.TdClassName
{
border-color: #B5AEC7;
}
.TagClassName
{
border-color: #B5AEC7;
}
</style>