Shades of Lavender Rose #FFBCE9
Tints of Lavender Rose #FFBCE9
RGB
CMYK
RGB Variations
Color information
#FFBCE9 (or 0xFFBCE9) is known color: Lavender Rose. HEX triplet: FF, BC and E9. RGB value is (255,188,233). Sum of RGB (Red+Green+Blue) = 255+188+233=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 188 (73.83% from 255 or 27.81% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCE9 is #004316. Grayscale: #D5D5D5. Windows color (decimal): -17175 or 15318271. OLE color: 15318271.
HSL color Cylindrical-coordinate representation of color #FFBCE9: hue angle of 319.7º 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 #FFBCE9 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 233 | - |
| CMYK | 0 | 0.26 | 0.09 | 0 |
| HSL | 319.7º | 1% | 0.87% | - |
| HSV(B) | 319.7º | 0.26% | 1% | - |
| XYZ | 73.93 | 63.11 | 85.38 | - |
| YUV | 213.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 233 | 0 | 0.26 | 0.09 | 0 | 319.7 | 1 | 0.87 |
| Hex | FF | BC | E9 | 0 | 1A | 9 | 0 | 140 | 64 | 57 |
| Octal | 377 | 274 | 351 | 0 | 32 | 11 | 0 | 500 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101001 | 0 | 11010 | 1001 | 0 | 101000000 | 1100100 | 1010111 |
Color Harmonies of #FFBCE9
Complementary color
Monochromatic Colors of #FFBCE9
Black with #FFBCE9
Text Example
Text Example
White with #FFBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCE9; }
p { color: rgb(255,188,233); }
H1.HeaderClassName
{
color: #FFBCE9;
}
.AnyTagClassName
{
color: #FFBCE9;
}
</style>
background-color css
<style>
a { background-color: #FFBCE9; }
a { background-color: rgb(255,188,233); }
div.DivClassName
{
background-color: #FFBCE9;
}
.BgClassName
{
background-color: #FFBCE9;
}
</style>
border-color css
<style>
span { border-color: #FFBCE9; }
span { border-color: rgb(255,188,233); }
td.TdClassName
{
border-color: #FFBCE9;
}
.TagClassName
{
border-color: #FFBCE9;
}
</style>