Shades of Pink Flare #BCAFB1
Tints of Pink Flare #BCAFB1
RGB
CMYK
RGB Variations
Color information
#BCAFB1 (or 0xBCAFB1) is known color: Pink Flare. HEX triplet: BC, AF and B1. RGB value is (188,175,177). Sum of RGB (Red+Green+Blue) = 188+175+177=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAFB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAFB1 is #43504E. Grayscale: #B3B3B3. Windows color (decimal): -4411471 or 11644860. OLE color: 11644860.
HSL color Cylindrical-coordinate representation of color #BCAFB1: hue angle of 350.77º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BCAFB1 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 177 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.26 |
| HSL | 350.77º | 0.09% | 0.71% | - |
| HSV(B) | 350.77º | 0.07% | 0.74% | - |
| XYZ | 44 | 44.53 | 47.87 | - |
| YUV | 179.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 177 | 0 | 0.07 | 0.06 | 0.26 | 350.77 | 0.09 | 0.71 |
| Hex | BC | AF | B1 | 0 | 7 | 6 | 1A | 15F | 9 | 47 |
| Octal | 274 | 257 | 261 | 0 | 7 | 6 | 32 | 537 | 11 | 107 |
| Binary | 10111100 | 10101111 | 10110001 | 0 | 111 | 110 | 11010 | 101011111 | 1001 | 1000111 |
Color Harmonies of #BCAFB1
Complementary color
Monochromatic Colors of #BCAFB1
Black with #BCAFB1
Text Example
Text Example
White with #BCAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFB1; }
p { color: rgb(188,175,177); }
H1.HeaderClassName
{
color: #BCAFB1;
}
.AnyTagClassName
{
color: #BCAFB1;
}
</style>
background-color css
<style>
a { background-color: #BCAFB1; }
a { background-color: rgb(188,175,177); }
div.DivClassName
{
background-color: #BCAFB1;
}
.BgClassName
{
background-color: #BCAFB1;
}
</style>
border-color css
<style>
span { border-color: #BCAFB1; }
span { border-color: rgb(188,175,177); }
td.TdClassName
{
border-color: #BCAFB1;
}
.TagClassName
{
border-color: #BCAFB1;
}
</style>