Shades of Fringy Flower #B2DEBC
Tints of Fringy Flower #B2DEBC
RGB
CMYK
RGB Variations
Color information
#B2DEBC (or 0xB2DEBC) is known color: Fringy Flower. HEX triplet: B2, DE and BC. RGB value is (178,222,188). Sum of RGB (Red+Green+Blue) = 178+222+188=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEBC is #4D2143. Grayscale: #CDCDCD. Windows color (decimal): -5054788 or 12377778. OLE color: 12377778.
HSL color Cylindrical-coordinate representation of color #B2DEBC: hue angle of 133.64º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEBC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 188 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.13 |
| HSL | 133.64º | 0.4% | 0.78% | - |
| HSV(B) | 133.64º | 0.2% | 0.87% | - |
| XYZ | 53.56 | 65.34 | 57.37 | - |
| YUV | 204.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 188 | 0.20 | 0 | 0.15 | 0.13 | 133.64 | 0.4 | 0.78 |
| Hex | B2 | DE | BC | 14 | 0 | F | D | 86 | 28 | 4E |
| Octal | 262 | 336 | 274 | 24 | 0 | 17 | 15 | 206 | 50 | 116 |
| Binary | 10110010 | 11011110 | 10111100 | 10100 | 0 | 1111 | 1101 | 10000110 | 101000 | 1001110 |
Color Harmonies of #B2DEBC
Complementary color
Monochromatic Colors of #B2DEBC
Black with #B2DEBC
Text Example
Text Example
White with #B2DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEBC; }
p { color: rgb(178,222,188); }
H1.HeaderClassName
{
color: #B2DEBC;
}
.AnyTagClassName
{
color: #B2DEBC;
}
</style>
background-color css
<style>
a { background-color: #B2DEBC; }
a { background-color: rgb(178,222,188); }
div.DivClassName
{
background-color: #B2DEBC;
}
.BgClassName
{
background-color: #B2DEBC;
}
</style>
border-color css
<style>
span { border-color: #B2DEBC; }
span { border-color: rgb(178,222,188); }
td.TdClassName
{
border-color: #B2DEBC;
}
.TagClassName
{
border-color: #B2DEBC;
}
</style>