Shades of Blue Haze #B5AECA
Tints of Blue Haze #B5AECA
RGB
CMYK
RGB Variations
Color information
#B5AECA (or 0xB5AECA) is known color: Blue Haze. HEX triplet: B5, AE and CA. RGB value is (181,174,202). Sum of RGB (Red+Green+Blue) = 181+174+202=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AECA is #4A5135. Grayscale: #B3B3B3. Windows color (decimal): -4870454 or 13282997. OLE color: 13282997.
HSL color Cylindrical-coordinate representation of color #B5AECA: hue angle of 255º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5AECA is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 174 | 202 | - |
CMYK | 0.10 | 0.14 | 0 | 0.21 |
HSL | 255º | 0.21% | 0.74% | - |
HSV(B) | 255º | 0.14% | 0.79% | - |
XYZ | 44.85 | 44.36 | 62.08 | - |
YUV | 179.29 | 140.82 | 129.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 174 | 202 | 0.10 | 0.14 | 0 | 0.21 | 255 | 0.21 | 0.74 |
Hex | B5 | AE | CA | A | E | 0 | 15 | FF | 15 | 4A |
Octal | 265 | 256 | 312 | 12 | 16 | 0 | 25 | 377 | 25 | 112 |
Binary | 10110101 | 10101110 | 11001010 | 1010 | 1110 | 0 | 10101 | 11111111 | 10101 | 1001010 |
Color Harmonies of #B5AECA
Complementary color
Monochromatic Colors of #B5AECA
Black with #B5AECA
Text Example
Text Example
White with #B5AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AECA; }
p { color: rgb(181,174,202); }
H1.HeaderClassName
{
color: #B5AECA;
}
.AnyTagClassName
{
color: #B5AECA;
}
</style>
background-color css
<style>
a { background-color: #B5AECA; }
a { background-color: rgb(181,174,202); }
div.DivClassName
{
background-color: #B5AECA;
}
.BgClassName
{
background-color: #B5AECA;
}
</style>
border-color css
<style>
span { border-color: #B5AECA; }
span { border-color: rgb(181,174,202); }
td.TdClassName
{
border-color: #B5AECA;
}
.TagClassName
{
border-color: #B5AECA;
}
</style>