Shades of Reef #BFFC9A
Tints of Reef #BFFC9A
RGB
CMYK
RGB Variations
Color information
#BFFC9A (or 0xBFFC9A) is known color: Reef. HEX triplet: BF, FC and 9A. RGB value is (191,252,154). Sum of RGB (Red+Green+Blue) = 191+252+154=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 154 (60.55% from 255 or 25.80% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC9A is #400365. Grayscale: #DEDEDE. Windows color (decimal): -4195174 or 10157247. OLE color: 10157247.
HSL color Cylindrical-coordinate representation of color #BFFC9A: hue angle of 97.35º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFFC9A is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 252 | 154 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.01 |
| HSL | 97.35º | 0.94% | 0.8% | - |
| HSV(B) | 97.35º | 0.39% | 0.99% | - |
| XYZ | 62.13 | 83.03 | 43.32 | - |
| YUV | 222.59 | 89.29 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 252 | 154 | 0.24 | 0 | 0.39 | 0.01 | 97.35 | 0.94 | 0.8 |
| Hex | BF | FC | 9A | 18 | 0 | 27 | 1 | 61 | 5E | 50 |
| Octal | 277 | 374 | 232 | 30 | 0 | 47 | 1 | 141 | 136 | 120 |
| Binary | 10111111 | 11111100 | 10011010 | 11000 | 0 | 100111 | 1 | 1100001 | 1011110 | 1010000 |
Color Harmonies of #BFFC9A
Complementary color
Monochromatic Colors of #BFFC9A
Black with #BFFC9A
Text Example
Text Example
White with #BFFC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFFC9A; }
p { color: rgb(191,252,154); }
H1.HeaderClassName
{
color: #BFFC9A;
}
.AnyTagClassName
{
color: #BFFC9A;
}
</style>
background-color css
<style>
a { background-color: #BFFC9A; }
a { background-color: rgb(191,252,154); }
div.DivClassName
{
background-color: #BFFC9A;
}
.BgClassName
{
background-color: #BFFC9A;
}
</style>
border-color css
<style>
span { border-color: #BFFC9A; }
span { border-color: rgb(191,252,154); }
td.TdClassName
{
border-color: #BFFC9A;
}
.TagClassName
{
border-color: #BFFC9A;
}
</style>