Shades of Azalea #FFBCBD
Tints of Azalea #FFBCBD
RGB
CMYK
RGB Variations
Color information
#FFBCBD (or 0xFFBCBD) is known color: Azalea. HEX triplet: FF, BC and BD. RGB value is (255,188,189). Sum of RGB (Red+Green+Blue) = 255+188+189=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBD is #004342. Grayscale: #D0D0D0. Windows color (decimal): -17219 or 12434687. OLE color: 12434687.
HSL color Cylindrical-coordinate representation of color #FFBCBD: hue angle of 359.1º 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 #FFBCBD is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 189 | - |
| CMYK | 0 | 0.26 | 0.26 | 0 |
| HSL | 359.1º | 1% | 0.87% | - |
| HSV(B) | 359.1º | 0.26% | 1% | - |
| XYZ | 68.41 | 60.9 | 56.29 | - |
| YUV | 208.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 189 | 0 | 0.26 | 0.26 | 0 | 359.1 | 1 | 0.87 |
| Hex | FF | BC | BD | 0 | 1A | 1A | 0 | 167 | 64 | 57 |
| Octal | 377 | 274 | 275 | 0 | 32 | 32 | 0 | 547 | 144 | 127 |
| Binary | 11111111 | 10111100 | 10111101 | 0 | 11010 | 11010 | 0 | 101100111 | 1100100 | 1010111 |
Color Harmonies of #FFBCBD
Complementary color
Monochromatic Colors of #FFBCBD
Black with #FFBCBD
Text Example
Text Example
White with #FFBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCBD; }
p { color: rgb(255,188,189); }
H1.HeaderClassName
{
color: #FFBCBD;
}
.AnyTagClassName
{
color: #FFBCBD;
}
</style>
background-color css
<style>
a { background-color: #FFBCBD; }
a { background-color: rgb(255,188,189); }
div.DivClassName
{
background-color: #FFBCBD;
}
.BgClassName
{
background-color: #FFBCBD;
}
</style>
border-color css
<style>
span { border-color: #FFBCBD; }
span { border-color: rgb(255,188,189); }
td.TdClassName
{
border-color: #FFBCBD;
}
.TagClassName
{
border-color: #FFBCBD;
}
</style>