Shades of Reef #BFFA98
Tints of Reef #BFFA98
RGB
CMYK
RGB Variations
Color information
#BFFA98 (or 0xBFFA98) is known color: Reef. HEX triplet: BF, FA and 98. RGB value is (191,250,152). Sum of RGB (Red+Green+Blue) = 191+250+152=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA98 is #400567. Grayscale: #DDDDDD. Windows color (decimal): -4195688 or 10025663. OLE color: 10025663.
HSL color Cylindrical-coordinate representation of color #BFFA98: hue angle of 96.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFFA98 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 152 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.02 |
| HSL | 96.12º | 0.91% | 0.79% | - |
| HSV(B) | 96.12º | 0.39% | 0.98% | - |
| XYZ | 61.34 | 81.71 | 42.25 | - |
| YUV | 221.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 152 | 0.24 | 0 | 0.39 | 0.02 | 96.12 | 0.91 | 0.79 |
| Hex | BF | FA | 98 | 18 | 0 | 27 | 2 | 60 | 5B | 4F |
| Octal | 277 | 372 | 230 | 30 | 0 | 47 | 2 | 140 | 133 | 117 |
| Binary | 10111111 | 11111010 | 10011000 | 11000 | 0 | 100111 | 10 | 1100000 | 1011011 | 1001111 |
Color Harmonies of #BFFA98
Complementary color
Monochromatic Colors of #BFFA98
Black with #BFFA98
Text Example
Text Example
White with #BFFA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA98; }
p { color: rgb(191,250,152); }
H1.HeaderClassName
{
color: #BFFA98;
}
.AnyTagClassName
{
color: #BFFA98;
}
</style>
background-color css
<style>
a { background-color: #BFFA98; }
a { background-color: rgb(191,250,152); }
div.DivClassName
{
background-color: #BFFA98;
}
.BgClassName
{
background-color: #BFFA98;
}
</style>
border-color css
<style>
span { border-color: #BFFA98; }
span { border-color: rgb(191,250,152); }
td.TdClassName
{
border-color: #BFFA98;
}
.TagClassName
{
border-color: #BFFA98;
}
</style>