Shades of Reef #BFE998
Tints of Reef #BFE998
RGB
CMYK
RGB Variations
Color information
#BFE998 (or 0xBFE998) is known color: Reef. HEX triplet: BF, E9 and 98. RGB value is (191,233,152). Sum of RGB (Red+Green+Blue) = 191+233+152=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 152 (59.77% from 255 or 26.39% from 576); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE998 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE998 is #401667. Grayscale: #D3D3D3. Windows color (decimal): -4200040 or 10021311. OLE color: 10021311.
HSL color Cylindrical-coordinate representation of color #BFE998: hue angle of 91.11º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFE998 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 152 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.09 |
| HSL | 91.11º | 0.65% | 0.75% | - |
| HSV(B) | 91.11º | 0.35% | 0.91% | - |
| XYZ | 56.29 | 71.62 | 40.56 | - |
| YUV | 211.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 152 | 0.18 | 0 | 0.35 | 0.09 | 91.11 | 0.65 | 0.75 |
| Hex | BF | E9 | 98 | 12 | 0 | 23 | 9 | 5B | 41 | 4B |
| Octal | 277 | 351 | 230 | 22 | 0 | 43 | 11 | 133 | 101 | 113 |
| Binary | 10111111 | 11101001 | 10011000 | 10010 | 0 | 100011 | 1001 | 1011011 | 1000001 | 1001011 |
Color Harmonies of #BFE998
Complementary color
Monochromatic Colors of #BFE998
Black with #BFE998
Text Example
Text Example
White with #BFE998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE998; }
p { color: rgb(191,233,152); }
H1.HeaderClassName
{
color: #BFE998;
}
.AnyTagClassName
{
color: #BFE998;
}
</style>
background-color css
<style>
a { background-color: #BFE998; }
a { background-color: rgb(191,233,152); }
div.DivClassName
{
background-color: #BFE998;
}
.BgClassName
{
background-color: #BFE998;
}
</style>
border-color css
<style>
span { border-color: #BFE998; }
span { border-color: rgb(191,233,152); }
td.TdClassName
{
border-color: #BFE998;
}
.TagClassName
{
border-color: #BFE998;
}
</style>