Shades of Reef #BFE699
Tints of Reef #BFE699
RGB
CMYK
RGB Variations
Color information
#BFE699 (or 0xBFE699) is known color: Reef. HEX triplet: BF, E6 and 99. RGB value is (191,230,153). Sum of RGB (Red+Green+Blue) = 191+230+153=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE699 is #401966. Grayscale: #D1D1D1. Windows color (decimal): -4200807 or 10086079. OLE color: 10086079.
HSL color Cylindrical-coordinate representation of color #BFE699: hue angle of 90.39º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE699 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 153 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.10 |
| HSL | 90.39º | 0.61% | 0.75% | - |
| HSV(B) | 90.39º | 0.33% | 0.9% | - |
| XYZ | 55.53 | 69.97 | 40.72 | - |
| YUV | 209.56 | 96.08 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 153 | 0.17 | 0 | 0.33 | 0.10 | 90.39 | 0.61 | 0.75 |
| Hex | BF | E6 | 99 | 11 | 0 | 21 | A | 5A | 3D | 4B |
| Octal | 277 | 346 | 231 | 21 | 0 | 41 | 12 | 132 | 75 | 113 |
| Binary | 10111111 | 11100110 | 10011001 | 10001 | 0 | 100001 | 1010 | 1011010 | 111101 | 1001011 |
Color Harmonies of #BFE699
Complementary color
Monochromatic Colors of #BFE699
Black with #BFE699
Text Example
Text Example
White with #BFE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE699; }
p { color: rgb(191,230,153); }
H1.HeaderClassName
{
color: #BFE699;
}
.AnyTagClassName
{
color: #BFE699;
}
</style>
background-color css
<style>
a { background-color: #BFE699; }
a { background-color: rgb(191,230,153); }
div.DivClassName
{
background-color: #BFE699;
}
.BgClassName
{
background-color: #BFE699;
}
</style>
border-color css
<style>
span { border-color: #BFE699; }
span { border-color: rgb(191,230,153); }
td.TdClassName
{
border-color: #BFE699;
}
.TagClassName
{
border-color: #BFE699;
}
</style>