Shades of Reef #BFE49B
Tints of Reef #BFE49B
RGB
CMYK
RGB Variations
Color information
#BFE49B (or 0xBFE49B) is known color: Reef. HEX triplet: BF, E4 and 9B. RGB value is (191,228,155). Sum of RGB (Red+Green+Blue) = 191+228+155=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 228 (89.45% from 255 or 39.72% from 574); Blue value is 155 (60.94% from 255 or 27.00% from 574); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE49B is #401B64. Grayscale: #D0D0D0. Windows color (decimal): -4201317 or 10216639. OLE color: 10216639.
HSL color Cylindrical-coordinate representation of color #BFE49B: hue angle of 90.41º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFE49B is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 155 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.11 |
| HSL | 90.41º | 0.57% | 0.75% | - |
| HSV(B) | 90.41º | 0.32% | 0.89% | - |
| XYZ | 55.15 | 68.93 | 41.41 | - |
| YUV | 208.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 155 | 0.16 | 0 | 0.32 | 0.11 | 90.41 | 0.57 | 0.75 |
| Hex | BF | E4 | 9B | 10 | 0 | 20 | B | 5A | 39 | 4B |
| Octal | 277 | 344 | 233 | 20 | 0 | 40 | 13 | 132 | 71 | 113 |
| Binary | 10111111 | 11100100 | 10011011 | 10000 | 0 | 100000 | 1011 | 1011010 | 111001 | 1001011 |
Color Harmonies of #BFE49B
Complementary color
Monochromatic Colors of #BFE49B
Black with #BFE49B
Text Example
Text Example
White with #BFE49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE49B; }
p { color: rgb(191,228,155); }
H1.HeaderClassName
{
color: #BFE49B;
}
.AnyTagClassName
{
color: #BFE49B;
}
</style>
background-color css
<style>
a { background-color: #BFE49B; }
a { background-color: rgb(191,228,155); }
div.DivClassName
{
background-color: #BFE49B;
}
.BgClassName
{
background-color: #BFE49B;
}
</style>
border-color css
<style>
span { border-color: #BFE49B; }
span { border-color: rgb(191,228,155); }
td.TdClassName
{
border-color: #BFE49B;
}
.TagClassName
{
border-color: #BFE49B;
}
</style>