Shades of Reef #BFFA9A
Tints of Reef #BFFA9A
RGB
CMYK
RGB Variations
Color information
#BFFA9A (or 0xBFFA9A) is known color: Reef. HEX triplet: BF, FA and 9A. RGB value is (191,250,154). Sum of RGB (Red+Green+Blue) = 191+250+154=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA9A is #400565. Grayscale: #DDDDDD. Windows color (decimal): -4195686 or 10156735. OLE color: 10156735.
HSL color Cylindrical-coordinate representation of color #BFFA9A: hue angle of 96.88º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFFA9A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 250 | 154 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.02 |
| HSL | 96.88º | 0.91% | 0.79% | - |
| HSV(B) | 96.88º | 0.38% | 0.98% | - |
| XYZ | 61.5 | 81.78 | 43.12 | - |
| YUV | 221.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 250 | 154 | 0.24 | 0 | 0.38 | 0.02 | 96.88 | 0.91 | 0.79 |
| Hex | BF | FA | 9A | 18 | 0 | 26 | 2 | 61 | 5B | 4F |
| Octal | 277 | 372 | 232 | 30 | 0 | 46 | 2 | 141 | 133 | 117 |
| Binary | 10111111 | 11111010 | 10011010 | 11000 | 0 | 100110 | 10 | 1100001 | 1011011 | 1001111 |
Color Harmonies of #BFFA9A
Complementary color
Monochromatic Colors of #BFFA9A
Black with #BFFA9A
Text Example
Text Example
White with #BFFA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFA9A; }
p { color: rgb(191,250,154); }
H1.HeaderClassName
{
color: #BFFA9A;
}
.AnyTagClassName
{
color: #BFFA9A;
}
</style>
background-color css
<style>
a { background-color: #BFFA9A; }
a { background-color: rgb(191,250,154); }
div.DivClassName
{
background-color: #BFFA9A;
}
.BgClassName
{
background-color: #BFFA9A;
}
</style>
border-color css
<style>
span { border-color: #BFFA9A; }
span { border-color: rgb(191,250,154); }
td.TdClassName
{
border-color: #BFFA9A;
}
.TagClassName
{
border-color: #BFFA9A;
}
</style>