Shades of Blue Haze #B5AEC4
Tints of Blue Haze #B5AEC4
RGB
CMYK
RGB Variations
Color information
#B5AEC4 (or 0xB5AEC4) is known color: Blue Haze. HEX triplet: B5, AE and C4. RGB value is (181,174,196). Sum of RGB (Red+Green+Blue) = 181+174+196=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEC4 is #4A513B. Grayscale: #B2B2B2. Windows color (decimal): -4870460 or 12889781. OLE color: 12889781.
HSL color Cylindrical-coordinate representation of color #B5AEC4: hue angle of 259.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5AEC4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 181 | 174 | 196 | - |
CMYK | 0.08 | 0.11 | 0 | 0.23 |
HSL | 259.09º | 0.16% | 0.73% | - |
HSV(B) | 259.09º | 0.11% | 0.77% | - |
XYZ | 44.16 | 44.08 | 58.41 | - |
YUV | 178.6 | 137.82 | 129.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 196 | 0.08 | 0.11 | 0 | 0.23 | 259.09 | 0.16 | 0.73 |
Hex | B5 | AE | C4 | 8 | B | 0 | 17 | 103 | 10 | 49 |
Octal | 265 | 256 | 304 | 10 | 13 | 0 | 27 | 403 | 20 | 111 |
Binary | 10110101 | 10101110 | 11000100 | 1000 | 1011 | 0 | 10111 | 100000011 | 10000 | 1001001 |
Color Harmonies of #B5AEC4
Complementary color
Monochromatic Colors of #B5AEC4
Black with #B5AEC4
Text Example
Text Example
White with #B5AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AEC4; }
p { color: rgb(181,174,196); }
H1.HeaderClassName
{
color: #B5AEC4;
}
.AnyTagClassName
{
color: #B5AEC4;
}
</style>
background-color css
<style>
a { background-color: #B5AEC4; }
a { background-color: rgb(181,174,196); }
div.DivClassName
{
background-color: #B5AEC4;
}
.BgClassName
{
background-color: #B5AEC4;
}
</style>
border-color css
<style>
span { border-color: #B5AEC4; }
span { border-color: rgb(181,174,196); }
td.TdClassName
{
border-color: #B5AEC4;
}
.TagClassName
{
border-color: #B5AEC4;
}
</style>