Shades of Reef #BDF796
Tints of Reef #BDF796
RGB
CMYK
RGB Variations
Color information
#BDF796 (or 0xBDF796) is known color: Reef. HEX triplet: BD, F7 and 96. RGB value is (189,247,150). Sum of RGB (Red+Green+Blue) = 189+247+150=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF796 is #420869. Grayscale: #DADADA. Windows color (decimal): -4327530 or 9893821. OLE color: 9893821.
HSL color Cylindrical-coordinate representation of color #BDF796: hue angle of 95.88º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDF796 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 150 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.03 |
| HSL | 95.88º | 0.86% | 0.78% | - |
| HSV(B) | 95.88º | 0.39% | 0.97% | - |
| XYZ | 59.75 | 79.54 | 41.06 | - |
| YUV | 218.6 | 89.28 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 150 | 0.23 | 0 | 0.39 | 0.03 | 95.88 | 0.86 | 0.78 |
| Hex | BD | F7 | 96 | 17 | 0 | 27 | 3 | 60 | 56 | 4E |
| Octal | 275 | 367 | 226 | 27 | 0 | 47 | 3 | 140 | 126 | 116 |
| Binary | 10111101 | 11110111 | 10010110 | 10111 | 0 | 100111 | 11 | 1100000 | 1010110 | 1001110 |
Color Harmonies of #BDF796
Complementary color
Monochromatic Colors of #BDF796
Black with #BDF796
Text Example
Text Example
White with #BDF796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF796; }
p { color: rgb(189,247,150); }
H1.HeaderClassName
{
color: #BDF796;
}
.AnyTagClassName
{
color: #BDF796;
}
</style>
background-color css
<style>
a { background-color: #BDF796; }
a { background-color: rgb(189,247,150); }
div.DivClassName
{
background-color: #BDF796;
}
.BgClassName
{
background-color: #BDF796;
}
</style>
border-color css
<style>
span { border-color: #BDF796; }
span { border-color: rgb(189,247,150); }
td.TdClassName
{
border-color: #BDF796;
}
.TagClassName
{
border-color: #BDF796;
}
</style>