Shades of Fringy Flower #B2DEBD
Tints of Fringy Flower #B2DEBD
RGB
CMYK
RGB Variations
Color information
#B2DEBD (or 0xB2DEBD) is known color: Fringy Flower. HEX triplet: B2, DE and BD. RGB value is (178,222,189). Sum of RGB (Red+Green+Blue) = 178+222+189=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEBD is #4D2142. Grayscale: #CDCDCD. Windows color (decimal): -5054787 or 12443314. OLE color: 12443314.
HSL color Cylindrical-coordinate representation of color #B2DEBD: hue angle of 135º 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 #B2DEBD is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 189 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.13 |
| HSL | 135º | 0.4% | 0.78% | - |
| HSV(B) | 135º | 0.2% | 0.87% | - |
| XYZ | 53.67 | 65.38 | 57.94 | - |
| YUV | 205.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 189 | 0.20 | 0 | 0.15 | 0.13 | 135 | 0.4 | 0.78 |
| Hex | B2 | DE | BD | 14 | 0 | F | D | 87 | 28 | 4E |
| Octal | 262 | 336 | 275 | 24 | 0 | 17 | 15 | 207 | 50 | 116 |
| Binary | 10110010 | 11011110 | 10111101 | 10100 | 0 | 1111 | 1101 | 10000111 | 101000 | 1001110 |
Color Harmonies of #B2DEBD
Complementary color
Monochromatic Colors of #B2DEBD
Black with #B2DEBD
Text Example
Text Example
White with #B2DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEBD; }
p { color: rgb(178,222,189); }
H1.HeaderClassName
{
color: #B2DEBD;
}
.AnyTagClassName
{
color: #B2DEBD;
}
</style>
background-color css
<style>
a { background-color: #B2DEBD; }
a { background-color: rgb(178,222,189); }
div.DivClassName
{
background-color: #B2DEBD;
}
.BgClassName
{
background-color: #B2DEBD;
}
</style>
border-color css
<style>
span { border-color: #B2DEBD; }
span { border-color: rgb(178,222,189); }
td.TdClassName
{
border-color: #B2DEBD;
}
.TagClassName
{
border-color: #B2DEBD;
}
</style>