Shades of Blue Haze #B5AFC4
Tints of Blue Haze #B5AFC4
RGB
CMYK
RGB Variations
Color information
#B5AFC4 (or 0xB5AFC4) is known color: Blue Haze. HEX triplet: B5, AF and C4. RGB value is (181,175,196). Sum of RGB (Red+Green+Blue) = 181+175+196=552 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.79% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 196 - color contains mainly: blue. Hex color #B5AFC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC4 is #4A503B. Grayscale: #B3B3B3. Windows color (decimal): -4870204 or 12890037. OLE color: 12890037.
HSL color Cylindrical-coordinate representation of color #B5AFC4: hue angle of 257.14º degrees, saturation: 0.15, 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 #B5AFC4 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 181 | 175 | 196 | - |
CMYK | 0.08 | 0.11 | 0 | 0.23 |
HSL | 257.14º | 0.15% | 0.73% | - |
HSV(B) | 257.14º | 0.11% | 0.77% | - |
XYZ | 44.35 | 44.47 | 58.47 | - |
YUV | 179.19 | 137.49 | 129.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 196 | 0.08 | 0.11 | 0 | 0.23 | 257.14 | 0.15 | 0.73 |
Hex | B5 | AF | C4 | 8 | B | 0 | 17 | 101 | F | 49 |
Octal | 265 | 257 | 304 | 10 | 13 | 0 | 27 | 401 | 17 | 111 |
Binary | 10110101 | 10101111 | 11000100 | 1000 | 1011 | 0 | 10111 | 100000001 | 1111 | 1001001 |
Color Harmonies of #B5AFC4
Complementary color
Monochromatic Colors of #B5AFC4
Black with #B5AFC4
Text Example
Text Example
White with #B5AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFC4; }
p { color: rgb(181,175,196); }
H1.HeaderClassName
{
color: #B5AFC4;
}
.AnyTagClassName
{
color: #B5AFC4;
}
</style>
background-color css
<style>
a { background-color: #B5AFC4; }
a { background-color: rgb(181,175,196); }
div.DivClassName
{
background-color: #B5AFC4;
}
.BgClassName
{
background-color: #B5AFC4;
}
</style>
border-color css
<style>
span { border-color: #B5AFC4; }
span { border-color: rgb(181,175,196); }
td.TdClassName
{
border-color: #B5AFC4;
}
.TagClassName
{
border-color: #B5AFC4;
}
</style>