Shades of Fringy Flower #B5E6BB
Tints of Fringy Flower #B5E6BB
RGB
CMYK
RGB Variations
Color information
#B5E6BB (or 0xB5E6BB) is known color: Fringy Flower. HEX triplet: B5, E6 and BB. RGB value is (181,230,187). Sum of RGB (Red+Green+Blue) = 181+230+187=598 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.27% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E6BB is #4A1944. Grayscale: #D2D2D2. Windows color (decimal): -4856133 or 12314293. OLE color: 12314293.
HSL color Cylindrical-coordinate representation of color #B5E6BB: hue angle of 127.35º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5E6BB is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 187 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.10 |
| HSL | 127.35º | 0.49% | 0.81% | - |
| HSV(B) | 127.35º | 0.21% | 0.9% | - |
| XYZ | 56.32 | 70.01 | 57.56 | - |
| YUV | 210.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 187 | 0.21 | 0 | 0.19 | 0.10 | 127.35 | 0.49 | 0.81 |
| Hex | B5 | E6 | BB | 15 | 0 | 13 | A | 7F | 31 | 51 |
| Octal | 265 | 346 | 273 | 25 | 0 | 23 | 12 | 177 | 61 | 121 |
| Binary | 10110101 | 11100110 | 10111011 | 10101 | 0 | 10011 | 1010 | 1111111 | 110001 | 1010001 |
Color Harmonies of #B5E6BB
Complementary color
Monochromatic Colors of #B5E6BB
Black with #B5E6BB
Text Example
Text Example
White with #B5E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E6BB; }
p { color: rgb(181,230,187); }
H1.HeaderClassName
{
color: #B5E6BB;
}
.AnyTagClassName
{
color: #B5E6BB;
}
</style>
background-color css
<style>
a { background-color: #B5E6BB; }
a { background-color: rgb(181,230,187); }
div.DivClassName
{
background-color: #B5E6BB;
}
.BgClassName
{
background-color: #B5E6BB;
}
</style>
border-color css
<style>
span { border-color: #B5E6BB; }
span { border-color: rgb(181,230,187); }
td.TdClassName
{
border-color: #B5E6BB;
}
.TagClassName
{
border-color: #B5E6BB;
}
</style>