Shades of Fringy Flower #BEF9BD
Tints of Fringy Flower #BEF9BD
RGB
CMYK
RGB Variations
Color information
#BEF9BD (or 0xBEF9BD) is known color: Fringy Flower. HEX triplet: BE, F9 and BD. RGB value is (190,249,189). Sum of RGB (Red+Green+Blue) = 190+249+189=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF9BD is #410642. Grayscale: #E0E0E0. Windows color (decimal): -4261443 or 12450238. OLE color: 12450238.
HSL color Cylindrical-coordinate representation of color #BEF9BD: hue angle of 119º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEF9BD is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 189 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.02 |
| HSL | 119º | 0.83% | 0.86% | - |
| HSV(B) | 119º | 0.24% | 0.98% | - |
| XYZ | 64.3 | 82.37 | 60.65 | - |
| YUV | 224.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 189 | 0.24 | 0 | 0.24 | 0.02 | 119 | 0.83 | 0.86 |
| Hex | BE | F9 | BD | 18 | 0 | 18 | 2 | 77 | 53 | 56 |
| Octal | 276 | 371 | 275 | 30 | 0 | 30 | 2 | 167 | 123 | 126 |
| Binary | 10111110 | 11111001 | 10111101 | 11000 | 0 | 11000 | 10 | 1110111 | 1010011 | 1010110 |
Color Harmonies of #BEF9BD
Complementary color
Monochromatic Colors of #BEF9BD
Black with #BEF9BD
Text Example
Text Example
White with #BEF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF9BD; }
p { color: rgb(190,249,189); }
H1.HeaderClassName
{
color: #BEF9BD;
}
.AnyTagClassName
{
color: #BEF9BD;
}
</style>
background-color css
<style>
a { background-color: #BEF9BD; }
a { background-color: rgb(190,249,189); }
div.DivClassName
{
background-color: #BEF9BD;
}
.BgClassName
{
background-color: #BEF9BD;
}
</style>
border-color css
<style>
span { border-color: #BEF9BD; }
span { border-color: rgb(190,249,189); }
td.TdClassName
{
border-color: #BEF9BD;
}
.TagClassName
{
border-color: #BEF9BD;
}
</style>