Shades of Lavender Rose #FFBBFF
Tints of Lavender Rose #FFBBFF
RGB
CMYK
RGB Variations
Color information
#FFBBFF (or 0xFFBBFF) is known color: Lavender Rose. HEX triplet: FF, BB and FF. RGB value is (255,187,255). Sum of RGB (Red+Green+Blue) = 255+187+255=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 187 (73.44% from 255 or 26.83% from 697); Blue value is 255 (100% from 255 or 36.59% from 697); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBBFF is #004400. Grayscale: #D6D6D6. Windows color (decimal): -17409 or 16759807. OLE color: 16759807.
HSL color Cylindrical-coordinate representation of color #FFBBFF: hue angle of 300º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBFF is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 255 | - |
| CMYK | 0 | 0.27 | 0 | 0 |
| HSL | 300º | 1% | 0.87% | - |
| HSV(B) | 300º | 0.27% | 1% | - |
| XYZ | 77.06 | 64.02 | 102.9 | - |
| YUV | 215.08 | 150.53 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 255 | 0 | 0.27 | 0 | 0 | 300 | 1 | 0.87 |
| Hex | FF | BB | FF | 0 | 1B | 0 | 0 | 12C | 64 | 57 |
| Octal | 377 | 273 | 377 | 0 | 33 | 0 | 0 | 454 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11111111 | 0 | 11011 | 0 | 0 | 100101100 | 1100100 | 1010111 |
Color Harmonies of #FFBBFF
Complementary color
Monochromatic Colors of #FFBBFF
Black with #FFBBFF
Text Example
Text Example
White with #FFBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBFF; }
p { color: rgb(255,187,255); }
H1.HeaderClassName
{
color: #FFBBFF;
}
.AnyTagClassName
{
color: #FFBBFF;
}
</style>
background-color css
<style>
a { background-color: #FFBBFF; }
a { background-color: rgb(255,187,255); }
div.DivClassName
{
background-color: #FFBBFF;
}
.BgClassName
{
background-color: #FFBBFF;
}
</style>
border-color css
<style>
span { border-color: #FFBBFF; }
span { border-color: rgb(255,187,255); }
td.TdClassName
{
border-color: #FFBBFF;
}
.TagClassName
{
border-color: #FFBBFF;
}
</style>