Shades of Pink Flare #C4BDBE
Tints of Pink Flare #C4BDBE
RGB
CMYK
RGB Variations
Color information
#C4BDBE (or 0xC4BDBE) is known color: Pink Flare. HEX triplet: C4, BD and BE. RGB value is (196,189,190). Sum of RGB (Red+Green+Blue) = 196+189+190=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDBE is #3B4241. Grayscale: #BFBFBF. Windows color (decimal): -3883586 or 12500420. OLE color: 12500420.
HSL color Cylindrical-coordinate representation of color #C4BDBE: hue angle of 351.43º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C4BDBE is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 190 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.23 |
| HSL | 351.43º | 0.06% | 0.75% | - |
| HSV(B) | 351.43º | 0.04% | 0.77% | - |
| XYZ | 50.26 | 51.85 | 56.07 | - |
| YUV | 191.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 190 | 0 | 0.04 | 0.03 | 0.23 | 351.43 | 0.06 | 0.75 |
| Hex | C4 | BD | BE | 0 | 4 | 3 | 17 | 15F | 6 | 4B |
| Octal | 304 | 275 | 276 | 0 | 4 | 3 | 27 | 537 | 6 | 113 |
| Binary | 11000100 | 10111101 | 10111110 | 0 | 100 | 11 | 10111 | 101011111 | 110 | 1001011 |
Color Harmonies of #C4BDBE
Complementary color
Monochromatic Colors of #C4BDBE
Black with #C4BDBE
Text Example
Text Example
White with #C4BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDBE; }
p { color: rgb(196,189,190); }
H1.HeaderClassName
{
color: #C4BDBE;
}
.AnyTagClassName
{
color: #C4BDBE;
}
</style>
background-color css
<style>
a { background-color: #C4BDBE; }
a { background-color: rgb(196,189,190); }
div.DivClassName
{
background-color: #C4BDBE;
}
.BgClassName
{
background-color: #C4BDBE;
}
</style>
border-color css
<style>
span { border-color: #C4BDBE; }
span { border-color: rgb(196,189,190); }
td.TdClassName
{
border-color: #C4BDBE;
}
.TagClassName
{
border-color: #C4BDBE;
}
</style>