Shades of Fringy Flower #B5DBBB
Tints of Fringy Flower #B5DBBB
RGB
CMYK
RGB Variations
Color information
#B5DBBB (or 0xB5DBBB) is known color: Fringy Flower. HEX triplet: B5, DB and BB. RGB value is (181,219,187). Sum of RGB (Red+Green+Blue) = 181+219+187=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBBB is #4A2444. Grayscale: #CCCCCC. Windows color (decimal): -4858949 or 12311477. OLE color: 12311477.
HSL color Cylindrical-coordinate representation of color #B5DBBB: hue angle of 129.47º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBBB is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 187 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.14 |
| HSL | 129.47º | 0.35% | 0.78% | - |
| HSV(B) | 129.47º | 0.17% | 0.86% | - |
| XYZ | 53.36 | 64.07 | 56.57 | - |
| YUV | 203.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 187 | 0.17 | 0 | 0.15 | 0.14 | 129.47 | 0.35 | 0.78 |
| Hex | B5 | DB | BB | 11 | 0 | F | E | 81 | 23 | 4E |
| Octal | 265 | 333 | 273 | 21 | 0 | 17 | 16 | 201 | 43 | 116 |
| Binary | 10110101 | 11011011 | 10111011 | 10001 | 0 | 1111 | 1110 | 10000001 | 100011 | 1001110 |
Color Harmonies of #B5DBBB
Complementary color
Monochromatic Colors of #B5DBBB
Black with #B5DBBB
Text Example
Text Example
White with #B5DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBBB; }
p { color: rgb(181,219,187); }
H1.HeaderClassName
{
color: #B5DBBB;
}
.AnyTagClassName
{
color: #B5DBBB;
}
</style>
background-color css
<style>
a { background-color: #B5DBBB; }
a { background-color: rgb(181,219,187); }
div.DivClassName
{
background-color: #B5DBBB;
}
.BgClassName
{
background-color: #B5DBBB;
}
</style>
border-color css
<style>
span { border-color: #B5DBBB; }
span { border-color: rgb(181,219,187); }
td.TdClassName
{
border-color: #B5DBBB;
}
.TagClassName
{
border-color: #B5DBBB;
}
</style>