Shades of Fringy Flower #B7DBC0
Tints of Fringy Flower #B7DBC0
RGB
CMYK
RGB Variations
Color information
#B7DBC0 (or 0xB7DBC0) is known color: Fringy Flower. HEX triplet: B7, DB and C0. RGB value is (183,219,192). Sum of RGB (Red+Green+Blue) = 183+219+192=594 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.81% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 192 (75.39% from 255 or 32.32% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBC0 is #48243F. Grayscale: #CDCDCD. Windows color (decimal): -4727872 or 12639159. OLE color: 12639159.
HSL color Cylindrical-coordinate representation of color #B7DBC0: hue angle of 135º 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 #B7DBC0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 183 | 219 | 192 | - |
CMYK | 0.16 | 0 | 0.12 | 0.14 |
HSL | 135º | 0.33% | 0.79% | - |
HSV(B) | 135º | 0.16% | 0.86% | - |
XYZ | 54.37 | 64.54 | 59.46 | - |
YUV | 205.16 | 120.57 | 112.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 219 | 192 | 0.16 | 0 | 0.12 | 0.14 | 135 | 0.33 | 0.79 |
Hex | B7 | DB | C0 | 10 | 0 | C | E | 87 | 21 | 4F |
Octal | 267 | 333 | 300 | 20 | 0 | 14 | 16 | 207 | 41 | 117 |
Binary | 10110111 | 11011011 | 11000000 | 10000 | 0 | 1100 | 1110 | 10000111 | 100001 | 1001111 |
Color Harmonies of #B7DBC0
Complementary color
Monochromatic Colors of #B7DBC0
Black with #B7DBC0
Text Example
Text Example
White with #B7DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBC0; }
p { color: rgb(183,219,192); }
H1.HeaderClassName
{
color: #B7DBC0;
}
.AnyTagClassName
{
color: #B7DBC0;
}
</style>
background-color css
<style>
a { background-color: #B7DBC0; }
a { background-color: rgb(183,219,192); }
div.DivClassName
{
background-color: #B7DBC0;
}
.BgClassName
{
background-color: #B7DBC0;
}
</style>
border-color css
<style>
span { border-color: #B7DBC0; }
span { border-color: rgb(183,219,192); }
td.TdClassName
{
border-color: #B7DBC0;
}
.TagClassName
{
border-color: #B7DBC0;
}
</style>