Shades of Reef #BDF996
Tints of Reef #BDF996
RGB
CMYK
RGB Variations
Color information
#BDF996 (or 0xBDF996) is known color: Reef. HEX triplet: BD, F9 and 96. RGB value is (189,249,150). Sum of RGB (Red+Green+Blue) = 189+249+150=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 150 (58.98% from 255 or 25.51% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF996 is #420669. Grayscale: #DCDCDC. Windows color (decimal): -4327018 or 9894333. OLE color: 9894333.
HSL color Cylindrical-coordinate representation of color #BDF996: hue angle of 96.36º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF996 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 150 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.02 |
| HSL | 96.36º | 0.89% | 0.78% | - |
| HSV(B) | 96.36º | 0.4% | 0.98% | - |
| XYZ | 60.37 | 80.77 | 41.26 | - |
| YUV | 219.77 | 88.62 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 150 | 0.24 | 0 | 0.40 | 0.02 | 96.36 | 0.89 | 0.78 |
| Hex | BD | F9 | 96 | 18 | 0 | 28 | 2 | 60 | 59 | 4E |
| Octal | 275 | 371 | 226 | 30 | 0 | 50 | 2 | 140 | 131 | 116 |
| Binary | 10111101 | 11111001 | 10010110 | 11000 | 0 | 101000 | 10 | 1100000 | 1011001 | 1001110 |
Color Harmonies of #BDF996
Complementary color
Monochromatic Colors of #BDF996
Black with #BDF996
Text Example
Text Example
White with #BDF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF996; }
p { color: rgb(189,249,150); }
H1.HeaderClassName
{
color: #BDF996;
}
.AnyTagClassName
{
color: #BDF996;
}
</style>
background-color css
<style>
a { background-color: #BDF996; }
a { background-color: rgb(189,249,150); }
div.DivClassName
{
background-color: #BDF996;
}
.BgClassName
{
background-color: #BDF996;
}
</style>
border-color css
<style>
span { border-color: #BDF996; }
span { border-color: rgb(189,249,150); }
td.TdClassName
{
border-color: #BDF996;
}
.TagClassName
{
border-color: #BDF996;
}
</style>