Shades of Fringy Flower #B2DEBE
Tints of Fringy Flower #B2DEBE
RGB
CMYK
RGB Variations
Color information
#B2DEBE (or 0xB2DEBE) is known color: Fringy Flower. HEX triplet: B2, DE and BE. RGB value is (178,222,190). Sum of RGB (Red+Green+Blue) = 178+222+190=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEBE is #4D2141. Grayscale: #CDCDCD. Windows color (decimal): -5054786 or 12508850. OLE color: 12508850.
HSL color Cylindrical-coordinate representation of color #B2DEBE: hue angle of 136.36º 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 #B2DEBE is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 190 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.13 |
| HSL | 136.36º | 0.4% | 0.78% | - |
| HSV(B) | 136.36º | 0.2% | 0.87% | - |
| XYZ | 53.78 | 65.43 | 58.51 | - |
| YUV | 205.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 190 | 0.20 | 0 | 0.14 | 0.13 | 136.36 | 0.4 | 0.78 |
| Hex | B2 | DE | BE | 14 | 0 | E | D | 88 | 28 | 4E |
| Octal | 262 | 336 | 276 | 24 | 0 | 16 | 15 | 210 | 50 | 116 |
| Binary | 10110010 | 11011110 | 10111110 | 10100 | 0 | 1110 | 1101 | 10001000 | 101000 | 1001110 |
Color Harmonies of #B2DEBE
Complementary color
Monochromatic Colors of #B2DEBE
Black with #B2DEBE
Text Example
Text Example
White with #B2DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEBE; }
p { color: rgb(178,222,190); }
H1.HeaderClassName
{
color: #B2DEBE;
}
.AnyTagClassName
{
color: #B2DEBE;
}
</style>
background-color css
<style>
a { background-color: #B2DEBE; }
a { background-color: rgb(178,222,190); }
div.DivClassName
{
background-color: #B2DEBE;
}
.BgClassName
{
background-color: #B2DEBE;
}
</style>
border-color css
<style>
span { border-color: #B2DEBE; }
span { border-color: rgb(178,222,190); }
td.TdClassName
{
border-color: #B2DEBE;
}
.TagClassName
{
border-color: #B2DEBE;
}
</style>