Shades of Lavender Rose #FFBCEF
Tints of Lavender Rose #FFBCEF
RGB
CMYK
RGB Variations
Color information
#FFBCEF (or 0xFFBCEF) is known color: Lavender Rose. HEX triplet: FF, BC and EF. RGB value is (255,188,239). Sum of RGB (Red+Green+Blue) = 255+188+239=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 188 (73.83% from 255 or 27.57% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCEF is #004310. Grayscale: #D5D5D5. Windows color (decimal): -17169 or 15711487. OLE color: 15711487.
HSL color Cylindrical-coordinate representation of color #FFBCEF: hue angle of 314.33º 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 #FFBCEF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 239 | - |
| CMYK | 0 | 0.26 | 0.06 | 0 |
| HSL | 314.33º | 1% | 0.87% | - |
| HSV(B) | 314.33º | 0.26% | 1% | - |
| XYZ | 74.8 | 63.46 | 89.97 | - |
| YUV | 213.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 239 | 0 | 0.26 | 0.06 | 0 | 314.33 | 1 | 0.87 |
| Hex | FF | BC | EF | 0 | 1A | 6 | 0 | 13A | 64 | 57 |
| Octal | 377 | 274 | 357 | 0 | 32 | 6 | 0 | 472 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101111 | 0 | 11010 | 110 | 0 | 100111010 | 1100100 | 1010111 |
Color Harmonies of #FFBCEF
Complementary color
Monochromatic Colors of #FFBCEF
Black with #FFBCEF
Text Example
Text Example
White with #FFBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCEF; }
p { color: rgb(255,188,239); }
H1.HeaderClassName
{
color: #FFBCEF;
}
.AnyTagClassName
{
color: #FFBCEF;
}
</style>
background-color css
<style>
a { background-color: #FFBCEF; }
a { background-color: rgb(255,188,239); }
div.DivClassName
{
background-color: #FFBCEF;
}
.BgClassName
{
background-color: #FFBCEF;
}
</style>
border-color css
<style>
span { border-color: #FFBCEF; }
span { border-color: rgb(255,188,239); }
td.TdClassName
{
border-color: #FFBCEF;
}
.TagClassName
{
border-color: #FFBCEF;
}
</style>