Shades of Fringy Flower #BDFCC0
Tints of Fringy Flower #BDFCC0
RGB
CMYK
RGB Variations
Color information
#BDFCC0 (or 0xBDFCC0) is known color: Fringy Flower. HEX triplet: BD, FC and C0. RGB value is (189,252,192). Sum of RGB (Red+Green+Blue) = 189+252+192=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC0 is #42033F. Grayscale: #E2E2E2. Windows color (decimal): -4326208 or 12647613. OLE color: 12647613.
HSL color Cylindrical-coordinate representation of color #BDFCC0: hue angle of 122.86º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 252 | 192 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.01 |
| HSL | 122.86º | 0.91% | 0.86% | - |
| HSV(B) | 122.86º | 0.25% | 0.99% | - |
| XYZ | 65.31 | 84.25 | 62.69 | - |
| YUV | 226.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 252 | 192 | 0.25 | 0 | 0.24 | 0.01 | 122.86 | 0.91 | 0.86 |
| Hex | BD | FC | C0 | 19 | 0 | 18 | 1 | 7B | 5B | 56 |
| Octal | 275 | 374 | 300 | 31 | 0 | 30 | 1 | 173 | 133 | 126 |
| Binary | 10111101 | 11111100 | 11000000 | 11001 | 0 | 11000 | 1 | 1111011 | 1011011 | 1010110 |
Color Harmonies of #BDFCC0
Complementary color
Monochromatic Colors of #BDFCC0
Black with #BDFCC0
Text Example
Text Example
White with #BDFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFCC0; }
p { color: rgb(189,252,192); }
H1.HeaderClassName
{
color: #BDFCC0;
}
.AnyTagClassName
{
color: #BDFCC0;
}
</style>
background-color css
<style>
a { background-color: #BDFCC0; }
a { background-color: rgb(189,252,192); }
div.DivClassName
{
background-color: #BDFCC0;
}
.BgClassName
{
background-color: #BDFCC0;
}
</style>
border-color css
<style>
span { border-color: #BDFCC0; }
span { border-color: rgb(189,252,192); }
td.TdClassName
{
border-color: #BDFCC0;
}
.TagClassName
{
border-color: #BDFCC0;
}
</style>