Shades of Reef #BFE49C
Tints of Reef #BFE49C
RGB
CMYK
RGB Variations
Color information
#BFE49C (or 0xBFE49C) is known color: Reef. HEX triplet: BF, E4 and 9C. RGB value is (191,228,156). Sum of RGB (Red+Green+Blue) = 191+228+156=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE49C is #401B63. Grayscale: #D0D0D0. Windows color (decimal): -4201316 or 10282175. OLE color: 10282175.
HSL color Cylindrical-coordinate representation of color #BFE49C: hue angle of 90.83º 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 #BFE49C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 156 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.11 |
| HSL | 90.83º | 0.57% | 0.75% | - |
| HSV(B) | 90.83º | 0.32% | 0.89% | - |
| XYZ | 55.23 | 68.96 | 41.85 | - |
| YUV | 208.73 | 98.24 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 156 | 0.16 | 0 | 0.32 | 0.11 | 90.83 | 0.57 | 0.75 |
| Hex | BF | E4 | 9C | 10 | 0 | 20 | B | 5B | 39 | 4B |
| Octal | 277 | 344 | 234 | 20 | 0 | 40 | 13 | 133 | 71 | 113 |
| Binary | 10111111 | 11100100 | 10011100 | 10000 | 0 | 100000 | 1011 | 1011011 | 111001 | 1001011 |
Color Harmonies of #BFE49C
Complementary color
Monochromatic Colors of #BFE49C
Black with #BFE49C
Text Example
Text Example
White with #BFE49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE49C; }
p { color: rgb(191,228,156); }
H1.HeaderClassName
{
color: #BFE49C;
}
.AnyTagClassName
{
color: #BFE49C;
}
</style>
background-color css
<style>
a { background-color: #BFE49C; }
a { background-color: rgb(191,228,156); }
div.DivClassName
{
background-color: #BFE49C;
}
.BgClassName
{
background-color: #BFE49C;
}
</style>
border-color css
<style>
span { border-color: #BFE49C; }
span { border-color: rgb(191,228,156); }
td.TdClassName
{
border-color: #BFE49C;
}
.TagClassName
{
border-color: #BFE49C;
}
</style>