Shades of Fringy Flower #B6EEBB
Tints of Fringy Flower #B6EEBB
RGB
CMYK
RGB Variations
Color information
#B6EEBB (or 0xB6EEBB) is known color: Fringy Flower. HEX triplet: B6, EE and BB. RGB value is (182,238,187). Sum of RGB (Red+Green+Blue) = 182+238+187=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6EEBB is #491144. Grayscale: #D7D7D7. Windows color (decimal): -4788549 or 12316342. OLE color: 12316342.
HSL color Cylindrical-coordinate representation of color #B6EEBB: hue angle of 125.36º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6EEBB is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 238 | 187 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.07 |
| HSL | 125.36º | 0.62% | 0.82% | - |
| HSV(B) | 125.36º | 0.24% | 0.93% | - |
| XYZ | 58.84 | 74.68 | 58.33 | - |
| YUV | 215.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 238 | 187 | 0.24 | 0 | 0.21 | 0.07 | 125.36 | 0.62 | 0.82 |
| Hex | B6 | EE | BB | 18 | 0 | 15 | 7 | 7D | 3E | 52 |
| Octal | 266 | 356 | 273 | 30 | 0 | 25 | 7 | 175 | 76 | 122 |
| Binary | 10110110 | 11101110 | 10111011 | 11000 | 0 | 10101 | 111 | 1111101 | 111110 | 1010010 |
Color Harmonies of #B6EEBB
Complementary color
Monochromatic Colors of #B6EEBB
Black with #B6EEBB
Text Example
Text Example
White with #B6EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EEBB; }
p { color: rgb(182,238,187); }
H1.HeaderClassName
{
color: #B6EEBB;
}
.AnyTagClassName
{
color: #B6EEBB;
}
</style>
background-color css
<style>
a { background-color: #B6EEBB; }
a { background-color: rgb(182,238,187); }
div.DivClassName
{
background-color: #B6EEBB;
}
.BgClassName
{
background-color: #B6EEBB;
}
</style>
border-color css
<style>
span { border-color: #B6EEBB; }
span { border-color: rgb(182,238,187); }
td.TdClassName
{
border-color: #B6EEBB;
}
.TagClassName
{
border-color: #B6EEBB;
}
</style>