Shades of Fringy Flower #B8E6BB
Tints of Fringy Flower #B8E6BB
RGB
CMYK
RGB Variations
Color information
#B8E6BB (or 0xB8E6BB) is known color: Fringy Flower. HEX triplet: B8, E6 and BB. RGB value is (184,230,187). Sum of RGB (Red+Green+Blue) = 184+230+187=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8E6BB is #471944. Grayscale: #D3D3D3. Windows color (decimal): -4659525 or 12314296. OLE color: 12314296.
HSL color Cylindrical-coordinate representation of color #B8E6BB: hue angle of 123.91º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E6BB is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 187 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.10 |
| HSL | 123.91º | 0.48% | 0.81% | - |
| HSV(B) | 123.91º | 0.2% | 0.9% | - |
| XYZ | 57.03 | 70.37 | 57.59 | - |
| YUV | 211.34 | 114.26 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 187 | 0.2 | 0 | 0.19 | 0.10 | 123.91 | 0.48 | 0.81 |
| Hex | B8 | E6 | BB | 14 | 0 | 13 | A | 7C | 30 | 51 |
| Octal | 270 | 346 | 273 | 24 | 0 | 23 | 12 | 174 | 60 | 121 |
| Binary | 10111000 | 11100110 | 10111011 | 10100 | 0 | 10011 | 1010 | 1111100 | 110000 | 1010001 |
Color Harmonies of #B8E6BB
Complementary color
Monochromatic Colors of #B8E6BB
Black with #B8E6BB
Text Example
Text Example
White with #B8E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E6BB; }
p { color: rgb(184,230,187); }
H1.HeaderClassName
{
color: #B8E6BB;
}
.AnyTagClassName
{
color: #B8E6BB;
}
</style>
background-color css
<style>
a { background-color: #B8E6BB; }
a { background-color: rgb(184,230,187); }
div.DivClassName
{
background-color: #B8E6BB;
}
.BgClassName
{
background-color: #B8E6BB;
}
</style>
border-color css
<style>
span { border-color: #B8E6BB; }
span { border-color: rgb(184,230,187); }
td.TdClassName
{
border-color: #B8E6BB;
}
.TagClassName
{
border-color: #B8E6BB;
}
</style>