Shades of Lola #BFB3C2
Tints of Lola #BFB3C2
RGB
CMYK
RGB Variations
Color information
#BFB3C2 (or 0xBFB3C2) is known color: Lola. HEX triplet: BF, B3 and C2. RGB value is (191,179,194). Sum of RGB (Red+Green+Blue) = 191+179+194=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 194 - color contains mainly: blue. Hex color #BFB3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3C2 is #404C3D. Grayscale: #B8B8B8. Windows color (decimal): -4213822 or 12759999. OLE color: 12759999.
HSL color Cylindrical-coordinate representation of color #BFB3C2: hue angle of 288º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB3C2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 179 | 194 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.24 |
| HSL | 288º | 0.11% | 0.73% | - |
| HSV(B) | 288º | 0.08% | 0.76% | - |
| XYZ | 47.34 | 47.21 | 57.66 | - |
| YUV | 184.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 194 | 0.02 | 0.08 | 0 | 0.24 | 288 | 0.11 | 0.73 |
| Hex | BF | B3 | C2 | 2 | 8 | 0 | 18 | 120 | B | 49 |
| Octal | 277 | 263 | 302 | 2 | 10 | 0 | 30 | 440 | 13 | 111 |
| Binary | 10111111 | 10110011 | 11000010 | 10 | 1000 | 0 | 11000 | 100100000 | 1011 | 1001001 |
Color Harmonies of #BFB3C2
Complementary color
Monochromatic Colors of #BFB3C2
Black with #BFB3C2
Text Example
Text Example
White with #BFB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3C2; }
p { color: rgb(191,179,194); }
H1.HeaderClassName
{
color: #BFB3C2;
}
.AnyTagClassName
{
color: #BFB3C2;
}
</style>
background-color css
<style>
a { background-color: #BFB3C2; }
a { background-color: rgb(191,179,194); }
div.DivClassName
{
background-color: #BFB3C2;
}
.BgClassName
{
background-color: #BFB3C2;
}
</style>
border-color css
<style>
span { border-color: #BFB3C2; }
span { border-color: rgb(191,179,194); }
td.TdClassName
{
border-color: #BFB3C2;
}
.TagClassName
{
border-color: #BFB3C2;
}
</style>