Shades of Lola #BFB4C3
Tints of Lola #BFB4C3
RGB
CMYK
RGB Variations
Color information
#BFB4C3 (or 0xBFB4C3) is known color: Lola. HEX triplet: BF, B4 and C3. RGB value is (191,180,195). Sum of RGB (Red+Green+Blue) = 191+180+195=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 195 - color contains mainly: blue. Hex color #BFB4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4C3 is #404B3C. Grayscale: #B8B8B8. Windows color (decimal): -4213565 or 12825791. OLE color: 12825791.
HSL color Cylindrical-coordinate representation of color #BFB4C3: hue angle of 284º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFB4C3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 180 | 195 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.24 |
| HSL | 284º | 0.11% | 0.74% | - |
| HSV(B) | 284º | 0.08% | 0.76% | - |
| XYZ | 47.66 | 47.66 | 58.32 | - |
| YUV | 185 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 195 | 0.02 | 0.08 | 0 | 0.24 | 284 | 0.11 | 0.74 |
| Hex | BF | B4 | C3 | 2 | 8 | 0 | 18 | 11C | B | 4A |
| Octal | 277 | 264 | 303 | 2 | 10 | 0 | 30 | 434 | 13 | 112 |
| Binary | 10111111 | 10110100 | 11000011 | 10 | 1000 | 0 | 11000 | 100011100 | 1011 | 1001010 |
Color Harmonies of #BFB4C3
Complementary color
Monochromatic Colors of #BFB4C3
Black with #BFB4C3
Text Example
Text Example
White with #BFB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4C3; }
p { color: rgb(191,180,195); }
H1.HeaderClassName
{
color: #BFB4C3;
}
.AnyTagClassName
{
color: #BFB4C3;
}
</style>
background-color css
<style>
a { background-color: #BFB4C3; }
a { background-color: rgb(191,180,195); }
div.DivClassName
{
background-color: #BFB4C3;
}
.BgClassName
{
background-color: #BFB4C3;
}
</style>
border-color css
<style>
span { border-color: #BFB4C3; }
span { border-color: rgb(191,180,195); }
td.TdClassName
{
border-color: #BFB4C3;
}
.TagClassName
{
border-color: #BFB4C3;
}
</style>