Shades of Fringy Flower #B7DBBC
Tints of Fringy Flower #B7DBBC
RGB
CMYK
RGB Variations
Color information
#B7DBBC (or 0xB7DBBC) is known color: Fringy Flower. HEX triplet: B7, DB and BC. RGB value is (183,219,188). Sum of RGB (Red+Green+Blue) = 183+219+188=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBBC is #482443. Grayscale: #CCCCCC. Windows color (decimal): -4727876 or 12377015. OLE color: 12377015.
HSL color Cylindrical-coordinate representation of color #B7DBBC: hue angle of 128.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBBC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 188 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.14 |
| HSL | 128.33º | 0.33% | 0.79% | - |
| HSV(B) | 128.33º | 0.16% | 0.86% | - |
| XYZ | 53.94 | 64.36 | 57.16 | - |
| YUV | 204.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 188 | 0.16 | 0 | 0.14 | 0.14 | 128.33 | 0.33 | 0.79 |
| Hex | B7 | DB | BC | 10 | 0 | E | E | 80 | 21 | 4F |
| Octal | 267 | 333 | 274 | 20 | 0 | 16 | 16 | 200 | 41 | 117 |
| Binary | 10110111 | 11011011 | 10111100 | 10000 | 0 | 1110 | 1110 | 10000000 | 100001 | 1001111 |
Color Harmonies of #B7DBBC
Complementary color
Monochromatic Colors of #B7DBBC
Black with #B7DBBC
Text Example
Text Example
White with #B7DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBBC; }
p { color: rgb(183,219,188); }
H1.HeaderClassName
{
color: #B7DBBC;
}
.AnyTagClassName
{
color: #B7DBBC;
}
</style>
background-color css
<style>
a { background-color: #B7DBBC; }
a { background-color: rgb(183,219,188); }
div.DivClassName
{
background-color: #B7DBBC;
}
.BgClassName
{
background-color: #B7DBBC;
}
</style>
border-color css
<style>
span { border-color: #B7DBBC; }
span { border-color: rgb(183,219,188); }
td.TdClassName
{
border-color: #B7DBBC;
}
.TagClassName
{
border-color: #B7DBBC;
}
</style>