Shades of Pink Flare #BCB2B3
Tints of Pink Flare #BCB2B3
RGB
CMYK
RGB Variations
Color information
#BCB2B3 (or 0xBCB2B3) is known color: Pink Flare. HEX triplet: BC, B2 and B3. RGB value is (188,178,179). Sum of RGB (Red+Green+Blue) = 188+178+179=545 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.50% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2B3 is #434D4C. Grayscale: #B5B5B5. Windows color (decimal): -4410701 or 11776700. OLE color: 11776700.
HSL color Cylindrical-coordinate representation of color #BCB2B3: hue angle of 354º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BCB2B3 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 178 | 179 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.26 |
| HSL | 354º | 0.07% | 0.72% | - |
| HSV(B) | 354º | 0.05% | 0.74% | - |
| XYZ | 44.8 | 45.79 | 49.12 | - |
| YUV | 181.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 178 | 179 | 0 | 0.05 | 0.05 | 0.26 | 354 | 0.07 | 0.72 |
| Hex | BC | B2 | B3 | 0 | 5 | 5 | 1A | 162 | 7 | 48 |
| Octal | 274 | 262 | 263 | 0 | 5 | 5 | 32 | 542 | 7 | 110 |
| Binary | 10111100 | 10110010 | 10110011 | 0 | 101 | 101 | 11010 | 101100010 | 111 | 1001000 |
Color Harmonies of #BCB2B3
Complementary color
Monochromatic Colors of #BCB2B3
Black with #BCB2B3
Text Example
Text Example
White with #BCB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB2B3; }
p { color: rgb(188,178,179); }
H1.HeaderClassName
{
color: #BCB2B3;
}
.AnyTagClassName
{
color: #BCB2B3;
}
</style>
background-color css
<style>
a { background-color: #BCB2B3; }
a { background-color: rgb(188,178,179); }
div.DivClassName
{
background-color: #BCB2B3;
}
.BgClassName
{
background-color: #BCB2B3;
}
</style>
border-color css
<style>
span { border-color: #BCB2B3; }
span { border-color: rgb(188,178,179); }
td.TdClassName
{
border-color: #BCB2B3;
}
.TagClassName
{
border-color: #BCB2B3;
}
</style>