Shades of Reef #BFE598
Tints of Reef #BFE598
RGB
CMYK
RGB Variations
Color information
#BFE598 (or 0xBFE598) is known color: Reef. HEX triplet: BF, E5 and 98. RGB value is (191,229,152). Sum of RGB (Red+Green+Blue) = 191+229+152=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE598 is #401A67. Grayscale: #D1D1D1. Windows color (decimal): -4201064 or 10020287. OLE color: 10020287.
HSL color Cylindrical-coordinate representation of color #BFE598: hue angle of 89.61º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFE598 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 229 | 152 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.10 |
| HSL | 89.61º | 0.6% | 0.75% | - |
| HSV(B) | 89.61º | 0.34% | 0.9% | - |
| XYZ | 55.17 | 69.38 | 40.19 | - |
| YUV | 208.86 | 95.91 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 152 | 0.17 | 0 | 0.34 | 0.10 | 89.61 | 0.6 | 0.75 |
| Hex | BF | E5 | 98 | 11 | 0 | 22 | A | 5A | 3C | 4B |
| Octal | 277 | 345 | 230 | 21 | 0 | 42 | 12 | 132 | 74 | 113 |
| Binary | 10111111 | 11100101 | 10011000 | 10001 | 0 | 100010 | 1010 | 1011010 | 111100 | 1001011 |
Color Harmonies of #BFE598
Complementary color
Monochromatic Colors of #BFE598
Black with #BFE598
Text Example
Text Example
White with #BFE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE598; }
p { color: rgb(191,229,152); }
H1.HeaderClassName
{
color: #BFE598;
}
.AnyTagClassName
{
color: #BFE598;
}
</style>
background-color css
<style>
a { background-color: #BFE598; }
a { background-color: rgb(191,229,152); }
div.DivClassName
{
background-color: #BFE598;
}
.BgClassName
{
background-color: #BFE598;
}
</style>
border-color css
<style>
span { border-color: #BFE598; }
span { border-color: rgb(191,229,152); }
td.TdClassName
{
border-color: #BFE598;
}
.TagClassName
{
border-color: #BFE598;
}
</style>