Shades of Pink Flare #C5BDBE
Tints of Pink Flare #C5BDBE
RGB
CMYK
RGB Variations
Color information
#C5BDBE (or 0xC5BDBE) is known color: Pink Flare. HEX triplet: C5, BD and BE. RGB value is (197,189,190). Sum of RGB (Red+Green+Blue) = 197+189+190=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDBE is #3A4241. Grayscale: #BFBFBF. Windows color (decimal): -3818050 or 12500421. OLE color: 12500421.
HSL color Cylindrical-coordinate representation of color #C5BDBE: hue angle of 352.5º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5BDBE is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 189 | 190 | - |
CMYK | 0 | 0.04 | 0.04 | 0.23 |
HSL | 352.5º | 0.06% | 0.76% | - |
HSV(B) | 352.5º | 0.04% | 0.77% | - |
XYZ | 50.52 | 51.98 | 56.09 | - |
YUV | 191.51 | 127.15 | 131.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 189 | 190 | 0 | 0.04 | 0.04 | 0.23 | 352.5 | 0.06 | 0.76 |
Hex | C5 | BD | BE | 0 | 4 | 4 | 17 | 160 | 6 | 4C |
Octal | 305 | 275 | 276 | 0 | 4 | 4 | 27 | 540 | 6 | 114 |
Binary | 11000101 | 10111101 | 10111110 | 0 | 100 | 100 | 10111 | 101100000 | 110 | 1001100 |
Color Harmonies of #C5BDBE
Complementary color
Monochromatic Colors of #C5BDBE
Black with #C5BDBE
Text Example
Text Example
White with #C5BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDBE; }
p { color: rgb(197,189,190); }
H1.HeaderClassName
{
color: #C5BDBE;
}
.AnyTagClassName
{
color: #C5BDBE;
}
</style>
background-color css
<style>
a { background-color: #C5BDBE; }
a { background-color: rgb(197,189,190); }
div.DivClassName
{
background-color: #C5BDBE;
}
.BgClassName
{
background-color: #C5BDBE;
}
</style>
border-color css
<style>
span { border-color: #C5BDBE; }
span { border-color: rgb(197,189,190); }
td.TdClassName
{
border-color: #C5BDBE;
}
.TagClassName
{
border-color: #C5BDBE;
}
</style>