Shades of Reef #BFE39C
Tints of Reef #BFE39C
RGB
CMYK
RGB Variations
Color information
#BFE39C (or 0xBFE39C) is known color: Reef. HEX triplet: BF, E3 and 9C. RGB value is (191,227,156). Sum of RGB (Red+Green+Blue) = 191+227+156=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 227 (89.06% from 255 or 39.55% from 574); Blue value is 156 (61.33% from 255 or 27.18% from 574); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE39C is #401C63. Grayscale: #D0D0D0. Windows color (decimal): -4201572 or 10281919. OLE color: 10281919.
HSL color Cylindrical-coordinate representation of color #BFE39C: hue angle of 90.42º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BFE39C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 227 | 156 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.11 |
| HSL | 90.42º | 0.56% | 0.75% | - |
| HSV(B) | 90.42º | 0.31% | 0.89% | - |
| XYZ | 54.96 | 68.41 | 41.76 | - |
| YUV | 208.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 156 | 0.16 | 0 | 0.31 | 0.11 | 90.42 | 0.56 | 0.75 |
| Hex | BF | E3 | 9C | 10 | 0 | 1F | B | 5A | 38 | 4B |
| Octal | 277 | 343 | 234 | 20 | 0 | 37 | 13 | 132 | 70 | 113 |
| Binary | 10111111 | 11100011 | 10011100 | 10000 | 0 | 11111 | 1011 | 1011010 | 111000 | 1001011 |
Color Harmonies of #BFE39C
Complementary color
Monochromatic Colors of #BFE39C
Black with #BFE39C
Text Example
Text Example
White with #BFE39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE39C; }
p { color: rgb(191,227,156); }
H1.HeaderClassName
{
color: #BFE39C;
}
.AnyTagClassName
{
color: #BFE39C;
}
</style>
background-color css
<style>
a { background-color: #BFE39C; }
a { background-color: rgb(191,227,156); }
div.DivClassName
{
background-color: #BFE39C;
}
.BgClassName
{
background-color: #BFE39C;
}
</style>
border-color css
<style>
span { border-color: #BFE39C; }
span { border-color: rgb(191,227,156); }
td.TdClassName
{
border-color: #BFE39C;
}
.TagClassName
{
border-color: #BFE39C;
}
</style>