Shades of Lola #BDADC3
Tints of Lola #BDADC3
RGB
CMYK
RGB Variations
Color information
#BDADC3 (or 0xBDADC3) is known color: Lola. HEX triplet: BD, AD and C3. RGB value is (189,173,195). Sum of RGB (Red+Green+Blue) = 189+173+195=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC3 is #42523C. Grayscale: #B4B4B4. Windows color (decimal): -4346429 or 12823997. OLE color: 12823997.
HSL color Cylindrical-coordinate representation of color #BDADC3: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDADC3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 173 | 195 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.24 |
| HSL | 283.64º | 0.15% | 0.72% | - |
| HSV(B) | 283.64º | 0.11% | 0.76% | - |
| XYZ | 45.78 | 44.65 | 57.83 | - |
| YUV | 180.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 195 | 0.03 | 0.11 | 0 | 0.24 | 283.64 | 0.15 | 0.72 |
| Hex | BD | AD | C3 | 3 | B | 0 | 18 | 11C | F | 48 |
| Octal | 275 | 255 | 303 | 3 | 13 | 0 | 30 | 434 | 17 | 110 |
| Binary | 10111101 | 10101101 | 11000011 | 11 | 1011 | 0 | 11000 | 100011100 | 1111 | 1001000 |
Color Harmonies of #BDADC3
Complementary color
Monochromatic Colors of #BDADC3
Black with #BDADC3
Text Example
Text Example
White with #BDADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDADC3; }
p { color: rgb(189,173,195); }
H1.HeaderClassName
{
color: #BDADC3;
}
.AnyTagClassName
{
color: #BDADC3;
}
</style>
background-color css
<style>
a { background-color: #BDADC3; }
a { background-color: rgb(189,173,195); }
div.DivClassName
{
background-color: #BDADC3;
}
.BgClassName
{
background-color: #BDADC3;
}
</style>
border-color css
<style>
span { border-color: #BDADC3; }
span { border-color: rgb(189,173,195); }
td.TdClassName
{
border-color: #BDADC3;
}
.TagClassName
{
border-color: #BDADC3;
}
</style>