Shades of Lily #B5AFB2
Tints of Lily #B5AFB2
RGB
CMYK
RGB Variations
Color information
#B5AFB2 (or 0xB5AFB2) is known color: Lily. HEX triplet: B5, AF and B2. RGB value is (181,175,178). Sum of RGB (Red+Green+Blue) = 181+175+178=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFB2 is #4A504D. Grayscale: #B1B1B1. Windows color (decimal): -4870222 or 11710389. OLE color: 11710389.
HSL color Cylindrical-coordinate representation of color #B5AFB2: hue angle of 330º degrees, saturation: 0.04, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B5AFB2 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 175 | 178 | - |
CMYK | 0 | 0.03 | 0.02 | 0.29 |
HSL | 330º | 0.04% | 0.7% | - |
HSV(B) | 330º | 0.03% | 0.71% | - |
XYZ | 42.42 | 43.7 | 48.32 | - |
YUV | 177.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 178 | 0 | 0.03 | 0.02 | 0.29 | 330 | 0.04 | 0.7 |
Hex | B5 | AF | B2 | 0 | 3 | 2 | 1D | 14A | 4 | 46 |
Octal | 265 | 257 | 262 | 0 | 3 | 2 | 35 | 512 | 4 | 106 |
Binary | 10110101 | 10101111 | 10110010 | 0 | 11 | 10 | 11101 | 101001010 | 100 | 1000110 |
Color Harmonies of #B5AFB2
Complementary color
Monochromatic Colors of #B5AFB2
Black with #B5AFB2
Text Example
Text Example
White with #B5AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFB2; }
p { color: rgb(181,175,178); }
H1.HeaderClassName
{
color: #B5AFB2;
}
.AnyTagClassName
{
color: #B5AFB2;
}
</style>
background-color css
<style>
a { background-color: #B5AFB2; }
a { background-color: rgb(181,175,178); }
div.DivClassName
{
background-color: #B5AFB2;
}
.BgClassName
{
background-color: #B5AFB2;
}
</style>
border-color css
<style>
span { border-color: #B5AFB2; }
span { border-color: rgb(181,175,178); }
td.TdClassName
{
border-color: #B5AFB2;
}
.TagClassName
{
border-color: #B5AFB2;
}
</style>