Shades of Reef #BFED93
Tints of Reef #BFED93
RGB
CMYK
RGB Variations
Color information
#BFED93 (or 0xBFED93) is known color: Reef. HEX triplet: BF, ED and 93. RGB value is (191,237,147). Sum of RGB (Red+Green+Blue) = 191+237+147=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #BFED93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFED93 is #40126C. Grayscale: #D5D5D5. Windows color (decimal): -4199021 or 9694655. OLE color: 9694655.
HSL color Cylindrical-coordinate representation of color #BFED93: hue angle of 90.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFED93 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 237 | 147 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.07 |
| HSL | 90.67º | 0.71% | 0.75% | - |
| HSV(B) | 90.67º | 0.38% | 0.93% | - |
| XYZ | 57.04 | 73.75 | 38.83 | - |
| YUV | 212.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 237 | 147 | 0.19 | 0 | 0.38 | 0.07 | 90.67 | 0.71 | 0.75 |
| Hex | BF | ED | 93 | 13 | 0 | 26 | 7 | 5B | 47 | 4B |
| Octal | 277 | 355 | 223 | 23 | 0 | 46 | 7 | 133 | 107 | 113 |
| Binary | 10111111 | 11101101 | 10010011 | 10011 | 0 | 100110 | 111 | 1011011 | 1000111 | 1001011 |
Color Harmonies of #BFED93
Complementary color
Monochromatic Colors of #BFED93
Black with #BFED93
Text Example
Text Example
White with #BFED93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFED93; }
p { color: rgb(191,237,147); }
H1.HeaderClassName
{
color: #BFED93;
}
.AnyTagClassName
{
color: #BFED93;
}
</style>
background-color css
<style>
a { background-color: #BFED93; }
a { background-color: rgb(191,237,147); }
div.DivClassName
{
background-color: #BFED93;
}
.BgClassName
{
background-color: #BFED93;
}
</style>
border-color css
<style>
span { border-color: #BFED93; }
span { border-color: rgb(191,237,147); }
td.TdClassName
{
border-color: #BFED93;
}
.TagClassName
{
border-color: #BFED93;
}
</style>