Shades of Fringy Flower #B4DEBA
Tints of Fringy Flower #B4DEBA
RGB
CMYK
RGB Variations
Color information
#B4DEBA (or 0xB4DEBA) is known color: Fringy Flower. HEX triplet: B4, DE and BA. RGB value is (180,222,186). Sum of RGB (Red+Green+Blue) = 180+222+186=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DEBA is #4B2145. Grayscale: #CDCDCD. Windows color (decimal): -4923718 or 12246708. OLE color: 12246708.
HSL color Cylindrical-coordinate representation of color #B4DEBA: hue angle of 128.57º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DEBA is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 186 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.13 |
| HSL | 128.57º | 0.39% | 0.79% | - |
| HSV(B) | 128.57º | 0.19% | 0.87% | - |
| XYZ | 53.81 | 65.49 | 56.26 | - |
| YUV | 205.34 | 117.09 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 186 | 0.19 | 0 | 0.16 | 0.13 | 128.57 | 0.39 | 0.79 |
| Hex | B4 | DE | BA | 13 | 0 | 10 | D | 81 | 27 | 4F |
| Octal | 264 | 336 | 272 | 23 | 0 | 20 | 15 | 201 | 47 | 117 |
| Binary | 10110100 | 11011110 | 10111010 | 10011 | 0 | 10000 | 1101 | 10000001 | 100111 | 1001111 |
Color Harmonies of #B4DEBA
Complementary color
Monochromatic Colors of #B4DEBA
Black with #B4DEBA
Text Example
Text Example
White with #B4DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DEBA; }
p { color: rgb(180,222,186); }
H1.HeaderClassName
{
color: #B4DEBA;
}
.AnyTagClassName
{
color: #B4DEBA;
}
</style>
background-color css
<style>
a { background-color: #B4DEBA; }
a { background-color: rgb(180,222,186); }
div.DivClassName
{
background-color: #B4DEBA;
}
.BgClassName
{
background-color: #B4DEBA;
}
</style>
border-color css
<style>
span { border-color: #B4DEBA; }
span { border-color: rgb(180,222,186); }
td.TdClassName
{
border-color: #B4DEBA;
}
.TagClassName
{
border-color: #B4DEBA;
}
</style>