Shades of Lavender Rose #FFBCFF
Tints of Lavender Rose #FFBCFF
RGB
CMYK
RGB Variations
Color information
#FFBCFF (or 0xFFBCFF) is known color: Lavender Rose. HEX triplet: FF, BC and FF. RGB value is (255,188,255). Sum of RGB (Red+Green+Blue) = 255+188+255=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 188 (73.83% from 255 or 26.93% from 698); Blue value is 255 (100% from 255 or 36.53% from 698); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCFF is #004300. Grayscale: #D7D7D7. Windows color (decimal): -17153 or 16760063. OLE color: 16760063.
HSL color Cylindrical-coordinate representation of color #FFBCFF: hue angle of 300º 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 #FFBCFF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 255 | - |
| CMYK | 0 | 0.26 | 0 | 0 |
| HSL | 300º | 1% | 0.87% | - |
| HSV(B) | 300º | 0.26% | 1% | - |
| XYZ | 77.27 | 64.45 | 102.97 | - |
| YUV | 215.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 255 | 0 | 0.26 | 0 | 0 | 300 | 1 | 0.87 |
| Hex | FF | BC | FF | 0 | 1A | 0 | 0 | 12C | 64 | 57 |
| Octal | 377 | 274 | 377 | 0 | 32 | 0 | 0 | 454 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11111111 | 0 | 11010 | 0 | 0 | 100101100 | 1100100 | 1010111 |
Color Harmonies of #FFBCFF
Complementary color
Monochromatic Colors of #FFBCFF
Black with #FFBCFF
Text Example
Text Example
White with #FFBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCFF; }
p { color: rgb(255,188,255); }
H1.HeaderClassName
{
color: #FFBCFF;
}
.AnyTagClassName
{
color: #FFBCFF;
}
</style>
background-color css
<style>
a { background-color: #FFBCFF; }
a { background-color: rgb(255,188,255); }
div.DivClassName
{
background-color: #FFBCFF;
}
.BgClassName
{
background-color: #FFBCFF;
}
</style>
border-color css
<style>
span { border-color: #FFBCFF; }
span { border-color: rgb(255,188,255); }
td.TdClassName
{
border-color: #FFBCFF;
}
.TagClassName
{
border-color: #FFBCFF;
}
</style>