Shades of Lola #BD9BC7
Tints of Lola #BD9BC7
RGB
CMYK
RGB Variations
Color information
#BD9BC7 (or 0xBD9BC7) is known color: Lola. HEX triplet: BD, 9B and C7. RGB value is (189,155,199). Sum of RGB (Red+Green+Blue) = 189+155+199=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD9BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BC7 is #426438. Grayscale: #AAAAAA. Windows color (decimal): -4351033 or 13081533. OLE color: 13081533.
HSL color Cylindrical-coordinate representation of color #BD9BC7: hue angle of 286.36º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BD9BC7 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 155 | 199 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.22 |
| HSL | 286.36º | 0.28% | 0.69% | - |
| HSV(B) | 286.36º | 0.22% | 0.78% | - |
| XYZ | 43.02 | 38.39 | 59.17 | - |
| YUV | 170.18 | 144.26 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 199 | 0.05 | 0.22 | 0 | 0.22 | 286.36 | 0.28 | 0.69 |
| Hex | BD | 9B | C7 | 5 | 16 | 0 | 16 | 11E | 1C | 45 |
| Octal | 275 | 233 | 307 | 5 | 26 | 0 | 26 | 436 | 34 | 105 |
| Binary | 10111101 | 10011011 | 11000111 | 101 | 10110 | 0 | 10110 | 100011110 | 11100 | 1000101 |
Color Harmonies of #BD9BC7
Complementary color
Monochromatic Colors of #BD9BC7
Black with #BD9BC7
Text Example
Text Example
White with #BD9BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9BC7; }
p { color: rgb(189,155,199); }
H1.HeaderClassName
{
color: #BD9BC7;
}
.AnyTagClassName
{
color: #BD9BC7;
}
</style>
background-color css
<style>
a { background-color: #BD9BC7; }
a { background-color: rgb(189,155,199); }
div.DivClassName
{
background-color: #BD9BC7;
}
.BgClassName
{
background-color: #BD9BC7;
}
</style>
border-color css
<style>
span { border-color: #BD9BC7; }
span { border-color: rgb(189,155,199); }
td.TdClassName
{
border-color: #BD9BC7;
}
.TagClassName
{
border-color: #BD9BC7;
}
</style>