Shades of Fringy Flower #B3DDBE
Tints of Fringy Flower #B3DDBE
RGB
CMYK
RGB Variations
Color information
#B3DDBE (or 0xB3DDBE) is known color: Fringy Flower. HEX triplet: B3, DD and BE. RGB value is (179,221,190). Sum of RGB (Red+Green+Blue) = 179+221+190=590 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.34% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDBE is #4C2241. Grayscale: #CCCCCC. Windows color (decimal): -4989506 or 12508595. OLE color: 12508595.
HSL color Cylindrical-coordinate representation of color #B3DDBE: hue angle of 135.71º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DDBE is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 190 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.13 |
| HSL | 135.71º | 0.38% | 0.78% | - |
| HSV(B) | 135.71º | 0.19% | 0.87% | - |
| XYZ | 53.74 | 65.01 | 58.43 | - |
| YUV | 204.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 190 | 0.19 | 0 | 0.14 | 0.13 | 135.71 | 0.38 | 0.78 |
| Hex | B3 | DD | BE | 13 | 0 | E | D | 88 | 26 | 4E |
| Octal | 263 | 335 | 276 | 23 | 0 | 16 | 15 | 210 | 46 | 116 |
| Binary | 10110011 | 11011101 | 10111110 | 10011 | 0 | 1110 | 1101 | 10001000 | 100110 | 1001110 |
Color Harmonies of #B3DDBE
Complementary color
Monochromatic Colors of #B3DDBE
Black with #B3DDBE
Text Example
Text Example
White with #B3DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDBE; }
p { color: rgb(179,221,190); }
H1.HeaderClassName
{
color: #B3DDBE;
}
.AnyTagClassName
{
color: #B3DDBE;
}
</style>
background-color css
<style>
a { background-color: #B3DDBE; }
a { background-color: rgb(179,221,190); }
div.DivClassName
{
background-color: #B3DDBE;
}
.BgClassName
{
background-color: #B3DDBE;
}
</style>
border-color css
<style>
span { border-color: #B3DDBE; }
span { border-color: rgb(179,221,190); }
td.TdClassName
{
border-color: #B3DDBE;
}
.TagClassName
{
border-color: #B3DDBE;
}
</style>