Shades of Lavender Rose #FFBCED
Tints of Lavender Rose #FFBCED
RGB
CMYK
RGB Variations
Color information
#FFBCED (or 0xFFBCED) is known color: Lavender Rose. HEX triplet: FF, BC and ED. RGB value is (255,188,237). Sum of RGB (Red+Green+Blue) = 255+188+237=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 237 (92.97% from 255 or 34.85% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBCED is #004312. Grayscale: #D5D5D5. Windows color (decimal): -17171 or 15580415. OLE color: 15580415.
HSL color Cylindrical-coordinate representation of color #FFBCED: hue angle of 316.12º 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 #FFBCED is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 237 | - |
| CMYK | 0 | 0.26 | 0.07 | 0 |
| HSL | 316.12º | 1% | 0.87% | - |
| HSV(B) | 316.12º | 0.26% | 1% | - |
| XYZ | 74.51 | 63.34 | 88.42 | - |
| YUV | 213.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 237 | 0 | 0.26 | 0.07 | 0 | 316.12 | 1 | 0.87 |
| Hex | FF | BC | ED | 0 | 1A | 7 | 0 | 13C | 64 | 57 |
| Octal | 377 | 274 | 355 | 0 | 32 | 7 | 0 | 474 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11101101 | 0 | 11010 | 111 | 0 | 100111100 | 1100100 | 1010111 |
Color Harmonies of #FFBCED
Complementary color
Monochromatic Colors of #FFBCED
Black with #FFBCED
Text Example
Text Example
White with #FFBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCED; }
p { color: rgb(255,188,237); }
H1.HeaderClassName
{
color: #FFBCED;
}
.AnyTagClassName
{
color: #FFBCED;
}
</style>
background-color css
<style>
a { background-color: #FFBCED; }
a { background-color: rgb(255,188,237); }
div.DivClassName
{
background-color: #FFBCED;
}
.BgClassName
{
background-color: #FFBCED;
}
</style>
border-color css
<style>
span { border-color: #FFBCED; }
span { border-color: rgb(255,188,237); }
td.TdClassName
{
border-color: #FFBCED;
}
.TagClassName
{
border-color: #FFBCED;
}
</style>