Shades of Lola #BDAFBE
Tints of Lola #BDAFBE
RGB
CMYK
RGB Variations
Color information
#BDAFBE (or 0xBDAFBE) is known color: Lola. HEX triplet: BD, AF and BE. RGB value is (189,175,190). Sum of RGB (Red+Green+Blue) = 189+175+190=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFBE is #425041. Grayscale: #B4B4B4. Windows color (decimal): -4345922 or 12496829. OLE color: 12496829.
HSL color Cylindrical-coordinate representation of color #BDAFBE: hue angle of 296º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDAFBE is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 189 | 175 | 190 | - |
CMYK | 0.01 | 0.08 | 0 | 0.25 |
HSL | 296º | 0.1% | 0.72% | - |
HSV(B) | 296º | 0.08% | 0.75% | - |
XYZ | 45.61 | 45.2 | 55.04 | - |
YUV | 180.9 | 133.14 | 133.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 190 | 0.01 | 0.08 | 0 | 0.25 | 296 | 0.1 | 0.72 |
Hex | BD | AF | BE | 1 | 8 | 0 | 19 | 128 | A | 48 |
Octal | 275 | 257 | 276 | 1 | 10 | 0 | 31 | 450 | 12 | 110 |
Binary | 10111101 | 10101111 | 10111110 | 1 | 1000 | 0 | 11001 | 100101000 | 1010 | 1001000 |
Color Harmonies of #BDAFBE
Complementary color
Monochromatic Colors of #BDAFBE
Black with #BDAFBE
Text Example
Text Example
White with #BDAFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFBE; }
p { color: rgb(189,175,190); }
H1.HeaderClassName
{
color: #BDAFBE;
}
.AnyTagClassName
{
color: #BDAFBE;
}
</style>
background-color css
<style>
a { background-color: #BDAFBE; }
a { background-color: rgb(189,175,190); }
div.DivClassName
{
background-color: #BDAFBE;
}
.BgClassName
{
background-color: #BDAFBE;
}
</style>
border-color css
<style>
span { border-color: #BDAFBE; }
span { border-color: rgb(189,175,190); }
td.TdClassName
{
border-color: #BDAFBE;
}
.TagClassName
{
border-color: #BDAFBE;
}
</style>