Shades of Fringy Flower #B0DEC2
Tints of Fringy Flower #B0DEC2
RGB
CMYK
RGB Variations
Color information
#B0DEC2 (or 0xB0DEC2) is known color: Fringy Flower. HEX triplet: B0, DE and C2. RGB value is (176,222,194). Sum of RGB (Red+Green+Blue) = 176+222+194=592 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.73% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DEC2 is #4F213D. Grayscale: #CDCDCD. Windows color (decimal): -5185854 or 12770992. OLE color: 12770992.
HSL color Cylindrical-coordinate representation of color #B0DEC2: hue angle of 143.48º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DEC2 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 222 | 194 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.13 |
| HSL | 143.48º | 0.41% | 0.78% | - |
| HSV(B) | 143.48º | 0.21% | 0.87% | - |
| XYZ | 53.76 | 65.37 | 60.82 | - |
| YUV | 205.05 | 121.76 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 222 | 194 | 0.21 | 0 | 0.13 | 0.13 | 143.48 | 0.41 | 0.78 |
| Hex | B0 | DE | C2 | 15 | 0 | D | D | 8F | 29 | 4E |
| Octal | 260 | 336 | 302 | 25 | 0 | 15 | 15 | 217 | 51 | 116 |
| Binary | 10110000 | 11011110 | 11000010 | 10101 | 0 | 1101 | 1101 | 10001111 | 101001 | 1001110 |
Color Harmonies of #B0DEC2
Complementary color
Monochromatic Colors of #B0DEC2
Black with #B0DEC2
Text Example
Text Example
White with #B0DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DEC2; }
p { color: rgb(176,222,194); }
H1.HeaderClassName
{
color: #B0DEC2;
}
.AnyTagClassName
{
color: #B0DEC2;
}
</style>
background-color css
<style>
a { background-color: #B0DEC2; }
a { background-color: rgb(176,222,194); }
div.DivClassName
{
background-color: #B0DEC2;
}
.BgClassName
{
background-color: #B0DEC2;
}
</style>
border-color css
<style>
span { border-color: #B0DEC2; }
span { border-color: rgb(176,222,194); }
td.TdClassName
{
border-color: #B0DEC2;
}
.TagClassName
{
border-color: #B0DEC2;
}
</style>