Shades of Pink Flare #CCBDBE
Tints of Pink Flare #CCBDBE
RGB
CMYK
RGB Variations
Color information
#CCBDBE (or 0xCCBDBE) is known color: Pink Flare. HEX triplet: CC, BD and BE. RGB value is (204,189,190). Sum of RGB (Red+Green+Blue) = 204+189+190=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDBE is #334241. Grayscale: #C1C1C1. Windows color (decimal): -3359298 or 12500428. OLE color: 12500428.
HSL color Cylindrical-coordinate representation of color #CCBDBE: hue angle of 356º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDBE is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 190 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.2 |
| HSL | 356º | 0.13% | 0.77% | - |
| HSV(B) | 356º | 0.07% | 0.8% | - |
| XYZ | 52.39 | 52.95 | 56.17 | - |
| YUV | 193.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 190 | 0 | 0.07 | 0.07 | 0.2 | 356 | 0.13 | 0.77 |
| Hex | CC | BD | BE | 0 | 7 | 7 | 14 | 164 | D | 4D |
| Octal | 314 | 275 | 276 | 0 | 7 | 7 | 24 | 544 | 15 | 115 |
| Binary | 11001100 | 10111101 | 10111110 | 0 | 111 | 111 | 10100 | 101100100 | 1101 | 1001101 |
Color Harmonies of #CCBDBE
Complementary color
Monochromatic Colors of #CCBDBE
Black with #CCBDBE
Text Example
Text Example
White with #CCBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDBE; }
p { color: rgb(204,189,190); }
H1.HeaderClassName
{
color: #CCBDBE;
}
.AnyTagClassName
{
color: #CCBDBE;
}
</style>
background-color css
<style>
a { background-color: #CCBDBE; }
a { background-color: rgb(204,189,190); }
div.DivClassName
{
background-color: #CCBDBE;
}
.BgClassName
{
background-color: #CCBDBE;
}
</style>
border-color css
<style>
span { border-color: #CCBDBE; }
span { border-color: rgb(204,189,190); }
td.TdClassName
{
border-color: #CCBDBE;
}
.TagClassName
{
border-color: #CCBDBE;
}
</style>