Shades of Azalea #FFBCBF
Tints of Azalea #FFBCBF
RGB
CMYK
RGB Variations
Color information
#FFBCBF (or 0xFFBCBF) is known color: Azalea. HEX triplet: FF, BC and BF. RGB value is (255,188,191). Sum of RGB (Red+Green+Blue) = 255+188+191=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 188 (73.83% from 255 or 29.65% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBF is #004340. Grayscale: #D0D0D0. Windows color (decimal): -17217 or 12565759. OLE color: 12565759.
HSL color Cylindrical-coordinate representation of color #FFBCBF: hue angle of 357.31º 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 #FFBCBF is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 191 | - |
| CMYK | 0 | 0.26 | 0.25 | 0 |
| HSL | 357.31º | 1% | 0.87% | - |
| HSV(B) | 357.31º | 0.26% | 1% | - |
| XYZ | 68.63 | 60.99 | 57.45 | - |
| YUV | 208.38 | 118.2 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 191 | 0 | 0.26 | 0.25 | 0 | 357.31 | 1 | 0.87 |
| Hex | FF | BC | BF | 0 | 1A | 19 | 0 | 165 | 64 | 57 |
| Octal | 377 | 274 | 277 | 0 | 32 | 31 | 0 | 545 | 144 | 127 |
| Binary | 11111111 | 10111100 | 10111111 | 0 | 11010 | 11001 | 0 | 101100101 | 1100100 | 1010111 |
Color Harmonies of #FFBCBF
Complementary color
Monochromatic Colors of #FFBCBF
Black with #FFBCBF
Text Example
Text Example
White with #FFBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCBF; }
p { color: rgb(255,188,191); }
H1.HeaderClassName
{
color: #FFBCBF;
}
.AnyTagClassName
{
color: #FFBCBF;
}
</style>
background-color css
<style>
a { background-color: #FFBCBF; }
a { background-color: rgb(255,188,191); }
div.DivClassName
{
background-color: #FFBCBF;
}
.BgClassName
{
background-color: #FFBCBF;
}
</style>
border-color css
<style>
span { border-color: #FFBCBF; }
span { border-color: rgb(255,188,191); }
td.TdClassName
{
border-color: #FFBCBF;
}
.TagClassName
{
border-color: #FFBCBF;
}
</style>