Shades of Reef #BFF999
Tints of Reef #BFF999
RGB
CMYK
RGB Variations
Color information
#BFF999 (or 0xBFF999) is known color: Reef. HEX triplet: BF, F9 and 99. RGB value is (191,249,153). Sum of RGB (Red+Green+Blue) = 191+249+153=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 249 (97.66% from 255 or 41.99% from 593); Blue value is 153 (60.16% from 255 or 25.80% from 593); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF999 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF999 is #400666. Grayscale: #DDDDDD. Windows color (decimal): -4195943 or 10090943. OLE color: 10090943.
HSL color Cylindrical-coordinate representation of color #BFF999: hue angle of 96.25º degrees, saturation: 0.89, 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 #BFF999 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 153 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.02 |
| HSL | 96.25º | 0.89% | 0.79% | - |
| HSV(B) | 96.25º | 0.39% | 0.98% | - |
| XYZ | 61.11 | 81.13 | 42.58 | - |
| YUV | 220.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 153 | 0.23 | 0 | 0.39 | 0.02 | 96.25 | 0.89 | 0.79 |
| Hex | BF | F9 | 99 | 17 | 0 | 27 | 2 | 60 | 59 | 4F |
| Octal | 277 | 371 | 231 | 27 | 0 | 47 | 2 | 140 | 131 | 117 |
| Binary | 10111111 | 11111001 | 10011001 | 10111 | 0 | 100111 | 10 | 1100000 | 1011001 | 1001111 |
Color Harmonies of #BFF999
Complementary color
Monochromatic Colors of #BFF999
Black with #BFF999
Text Example
Text Example
White with #BFF999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF999; }
p { color: rgb(191,249,153); }
H1.HeaderClassName
{
color: #BFF999;
}
.AnyTagClassName
{
color: #BFF999;
}
</style>
background-color css
<style>
a { background-color: #BFF999; }
a { background-color: rgb(191,249,153); }
div.DivClassName
{
background-color: #BFF999;
}
.BgClassName
{
background-color: #BFF999;
}
</style>
border-color css
<style>
span { border-color: #BFF999; }
span { border-color: rgb(191,249,153); }
td.TdClassName
{
border-color: #BFF999;
}
.TagClassName
{
border-color: #BFF999;
}
</style>