Shades of Reef #BFE99B
Tints of Reef #BFE99B
RGB
CMYK
RGB Variations
Color information
#BFE99B (or 0xBFE99B) is known color: Reef. HEX triplet: BF, E9 and 9B. RGB value is (191,233,155). Sum of RGB (Red+Green+Blue) = 191+233+155=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE99B is #401664. Grayscale: #D3D3D3. Windows color (decimal): -4200037 or 10217919. OLE color: 10217919.
HSL color Cylindrical-coordinate representation of color #BFE99B: hue angle of 92.31º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFE99B is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 155 | - |
| CMYK | 0.18 | 0 | 0.33 | 0.09 |
| HSL | 92.31º | 0.64% | 0.76% | - |
| HSV(B) | 92.31º | 0.33% | 0.91% | - |
| XYZ | 56.54 | 71.72 | 41.87 | - |
| YUV | 211.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 155 | 0.18 | 0 | 0.33 | 0.09 | 92.31 | 0.64 | 0.76 |
| Hex | BF | E9 | 9B | 12 | 0 | 21 | 9 | 5C | 40 | 4C |
| Octal | 277 | 351 | 233 | 22 | 0 | 41 | 11 | 134 | 100 | 114 |
| Binary | 10111111 | 11101001 | 10011011 | 10010 | 0 | 100001 | 1001 | 1011100 | 1000000 | 1001100 |
Color Harmonies of #BFE99B
Complementary color
Monochromatic Colors of #BFE99B
Black with #BFE99B
Text Example
Text Example
White with #BFE99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE99B; }
p { color: rgb(191,233,155); }
H1.HeaderClassName
{
color: #BFE99B;
}
.AnyTagClassName
{
color: #BFE99B;
}
</style>
background-color css
<style>
a { background-color: #BFE99B; }
a { background-color: rgb(191,233,155); }
div.DivClassName
{
background-color: #BFE99B;
}
.BgClassName
{
background-color: #BFE99B;
}
</style>
border-color css
<style>
span { border-color: #BFE99B; }
span { border-color: rgb(191,233,155); }
td.TdClassName
{
border-color: #BFE99B;
}
.TagClassName
{
border-color: #BFE99B;
}
</style>