Shades of Fringy Flower #B7D9C0
Tints of Fringy Flower #B7D9C0
RGB
CMYK
RGB Variations
Color information
#B7D9C0 (or 0xB7D9C0) is known color: Fringy Flower. HEX triplet: B7, D9 and C0. RGB value is (183,217,192). Sum of RGB (Red+Green+Blue) = 183+217+192=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9C0 is #48263F. Grayscale: #CCCCCC. Windows color (decimal): -4728384 or 12638647. OLE color: 12638647.
HSL color Cylindrical-coordinate representation of color #B7D9C0: hue angle of 135.88º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D9C0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 217 | 192 | - |
CMYK | 0.16 | 0 | 0.12 | 0.15 |
HSL | 135.88º | 0.31% | 0.78% | - |
HSV(B) | 135.88º | 0.16% | 0.85% | - |
XYZ | 53.86 | 63.5 | 59.29 | - |
YUV | 203.98 | 121.24 | 113.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 217 | 192 | 0.16 | 0 | 0.12 | 0.15 | 135.88 | 0.31 | 0.78 |
Hex | B7 | D9 | C0 | 10 | 0 | C | F | 88 | 1F | 4E |
Octal | 267 | 331 | 300 | 20 | 0 | 14 | 17 | 210 | 37 | 116 |
Binary | 10110111 | 11011001 | 11000000 | 10000 | 0 | 1100 | 1111 | 10001000 | 11111 | 1001110 |
Color Harmonies of #B7D9C0
Complementary color
Monochromatic Colors of #B7D9C0
Black with #B7D9C0
Text Example
Text Example
White with #B7D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9C0; }
p { color: rgb(183,217,192); }
H1.HeaderClassName
{
color: #B7D9C0;
}
.AnyTagClassName
{
color: #B7D9C0;
}
</style>
background-color css
<style>
a { background-color: #B7D9C0; }
a { background-color: rgb(183,217,192); }
div.DivClassName
{
background-color: #B7D9C0;
}
.BgClassName
{
background-color: #B7D9C0;
}
</style>
border-color css
<style>
span { border-color: #B7D9C0; }
span { border-color: rgb(183,217,192); }
td.TdClassName
{
border-color: #B7D9C0;
}
.TagClassName
{
border-color: #B7D9C0;
}
</style>