Shades of Fringy Flower #B9E0C1
Tints of Fringy Flower #B9E0C1
RGB
CMYK
RGB Variations
Color information
#B9E0C1 (or 0xB9E0C1) is known color: Fringy Flower. HEX triplet: B9, E0 and C1. RGB value is (185,224,193). Sum of RGB (Red+Green+Blue) = 185+224+193=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9E0C1 is #461F3E. Grayscale: #D0D0D0. Windows color (decimal): -4595519 or 12705977. OLE color: 12705977.
HSL color Cylindrical-coordinate representation of color #B9E0C1: hue angle of 132.31º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9E0C1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 193 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.12 |
| HSL | 132.31º | 0.39% | 0.8% | - |
| HSV(B) | 132.31º | 0.17% | 0.88% | - |
| XYZ | 56.29 | 67.48 | 60.51 | - |
| YUV | 208.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 193 | 0.17 | 0 | 0.14 | 0.12 | 132.31 | 0.39 | 0.8 |
| Hex | B9 | E0 | C1 | 11 | 0 | E | C | 84 | 27 | 50 |
| Octal | 271 | 340 | 301 | 21 | 0 | 16 | 14 | 204 | 47 | 120 |
| Binary | 10111001 | 11100000 | 11000001 | 10001 | 0 | 1110 | 1100 | 10000100 | 100111 | 1010000 |
Color Harmonies of #B9E0C1
Complementary color
Monochromatic Colors of #B9E0C1
Black with #B9E0C1
Text Example
Text Example
White with #B9E0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0C1; }
p { color: rgb(185,224,193); }
H1.HeaderClassName
{
color: #B9E0C1;
}
.AnyTagClassName
{
color: #B9E0C1;
}
</style>
background-color css
<style>
a { background-color: #B9E0C1; }
a { background-color: rgb(185,224,193); }
div.DivClassName
{
background-color: #B9E0C1;
}
.BgClassName
{
background-color: #B9E0C1;
}
</style>
border-color css
<style>
span { border-color: #B9E0C1; }
span { border-color: rgb(185,224,193); }
td.TdClassName
{
border-color: #B9E0C1;
}
.TagClassName
{
border-color: #B9E0C1;
}
</style>