Shades of Fringy Flower #B9F7C2
Tints of Fringy Flower #B9F7C2
RGB
CMYK
RGB Variations
Color information
#B9F7C2 (or 0xB9F7C2) is known color: Fringy Flower. HEX triplet: B9, F7 and C2. RGB value is (185,247,194). Sum of RGB (Red+Green+Blue) = 185+247+194=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 194 (76.17% from 255 or 30.99% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F7C2 is #46083D. Grayscale: #DEDEDE. Windows color (decimal): -4589630 or 12777401. OLE color: 12777401.
HSL color Cylindrical-coordinate representation of color #B9F7C2: hue angle of 128.71º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F7C2 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 247 | 194 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.03 |
| HSL | 128.71º | 0.79% | 0.85% | - |
| HSV(B) | 128.71º | 0.25% | 0.97% | - |
| XYZ | 63.01 | 80.73 | 63.3 | - |
| YUV | 222.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 247 | 194 | 0.25 | 0 | 0.21 | 0.03 | 128.71 | 0.79 | 0.85 |
| Hex | B9 | F7 | C2 | 19 | 0 | 15 | 3 | 81 | 4F | 55 |
| Octal | 271 | 367 | 302 | 31 | 0 | 25 | 3 | 201 | 117 | 125 |
| Binary | 10111001 | 11110111 | 11000010 | 11001 | 0 | 10101 | 11 | 10000001 | 1001111 | 1010101 |
Color Harmonies of #B9F7C2
Complementary color
Monochromatic Colors of #B9F7C2
Black with #B9F7C2
Text Example
Text Example
White with #B9F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F7C2; }
p { color: rgb(185,247,194); }
H1.HeaderClassName
{
color: #B9F7C2;
}
.AnyTagClassName
{
color: #B9F7C2;
}
</style>
background-color css
<style>
a { background-color: #B9F7C2; }
a { background-color: rgb(185,247,194); }
div.DivClassName
{
background-color: #B9F7C2;
}
.BgClassName
{
background-color: #B9F7C2;
}
</style>
border-color css
<style>
span { border-color: #B9F7C2; }
span { border-color: rgb(185,247,194); }
td.TdClassName
{
border-color: #B9F7C2;
}
.TagClassName
{
border-color: #B9F7C2;
}
</style>