Shades of Lavender Rose #FFBCF7
Tints of Lavender Rose #FFBCF7
RGB
CMYK
RGB Variations
Color information
#FFBCF7 (or 0xFFBCF7) is known color: Lavender Rose. HEX triplet: FF, BC and F7. RGB value is (255,188,247). Sum of RGB (Red+Green+Blue) = 255+188+247=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 247 (96.88% from 255 or 35.80% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCF7 is #004308. Grayscale: #D6D6D6. Windows color (decimal): -17161 or 16235775. OLE color: 16235775.
HSL color Cylindrical-coordinate representation of color #FFBCF7: hue angle of 307.16º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCF7 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 247 | - |
| CMYK | 0 | 0.26 | 0.03 | 0 |
| HSL | 307.16º | 1% | 0.87% | - |
| HSV(B) | 307.16º | 0.26% | 1% | - |
| XYZ | 76.01 | 63.94 | 96.33 | - |
| YUV | 214.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 247 | 0 | 0.26 | 0.03 | 0 | 307.16 | 1 | 0.87 |
| Hex | FF | BC | F7 | 0 | 1A | 3 | 0 | 133 | 64 | 57 |
| Octal | 377 | 274 | 367 | 0 | 32 | 3 | 0 | 463 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11110111 | 0 | 11010 | 11 | 0 | 100110011 | 1100100 | 1010111 |
Color Harmonies of #FFBCF7
Complementary color
Monochromatic Colors of #FFBCF7
Black with #FFBCF7
Text Example
Text Example
White with #FFBCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCF7; }
p { color: rgb(255,188,247); }
H1.HeaderClassName
{
color: #FFBCF7;
}
.AnyTagClassName
{
color: #FFBCF7;
}
</style>
background-color css
<style>
a { background-color: #FFBCF7; }
a { background-color: rgb(255,188,247); }
div.DivClassName
{
background-color: #FFBCF7;
}
.BgClassName
{
background-color: #FFBCF7;
}
</style>
border-color css
<style>
span { border-color: #FFBCF7; }
span { border-color: rgb(255,188,247); }
td.TdClassName
{
border-color: #FFBCF7;
}
.TagClassName
{
border-color: #FFBCF7;
}
</style>