Shades of Pink Flare #BCB0B2
Tints of Pink Flare #BCB0B2
RGB
CMYK
RGB Variations
Color information
#BCB0B2 (or 0xBCB0B2) is known color: Pink Flare. HEX triplet: BC, B0 and B2. RGB value is (188,176,178). Sum of RGB (Red+Green+Blue) = 188+176+178=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0B2 is #434F4D. Grayscale: #B3B3B3. Windows color (decimal): -4411214 or 11710652. OLE color: 11710652.
HSL color Cylindrical-coordinate representation of color #BCB0B2: hue angle of 350º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCB0B2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 178 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.26 |
| HSL | 350º | 0.08% | 0.71% | - |
| HSV(B) | 350º | 0.06% | 0.74% | - |
| XYZ | 44.3 | 44.96 | 48.46 | - |
| YUV | 179.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 178 | 0 | 0.06 | 0.05 | 0.26 | 350 | 0.08 | 0.71 |
| Hex | BC | B0 | B2 | 0 | 6 | 5 | 1A | 15E | 8 | 47 |
| Octal | 274 | 260 | 262 | 0 | 6 | 5 | 32 | 536 | 10 | 107 |
| Binary | 10111100 | 10110000 | 10110010 | 0 | 110 | 101 | 11010 | 101011110 | 1000 | 1000111 |
Color Harmonies of #BCB0B2
Complementary color
Monochromatic Colors of #BCB0B2
Black with #BCB0B2
Text Example
Text Example
White with #BCB0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0B2; }
p { color: rgb(188,176,178); }
H1.HeaderClassName
{
color: #BCB0B2;
}
.AnyTagClassName
{
color: #BCB0B2;
}
</style>
background-color css
<style>
a { background-color: #BCB0B2; }
a { background-color: rgb(188,176,178); }
div.DivClassName
{
background-color: #BCB0B2;
}
.BgClassName
{
background-color: #BCB0B2;
}
</style>
border-color css
<style>
span { border-color: #BCB0B2; }
span { border-color: rgb(188,176,178); }
td.TdClassName
{
border-color: #BCB0B2;
}
.TagClassName
{
border-color: #BCB0B2;
}
</style>