Shades of Reef #BDF896
Tints of Reef #BDF896
RGB
CMYK
RGB Variations
Color information
#BDF896 (or 0xBDF896) is known color: Reef. HEX triplet: BD, F8 and 96. RGB value is (189,248,150). Sum of RGB (Red+Green+Blue) = 189+248+150=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF896 is #420769. Grayscale: #DBDBDB. Windows color (decimal): -4327274 or 9894077. OLE color: 9894077.
HSL color Cylindrical-coordinate representation of color #BDF896: hue angle of 96.12º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDF896 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 150 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.03 |
| HSL | 96.12º | 0.88% | 0.78% | - |
| HSV(B) | 96.12º | 0.4% | 0.97% | - |
| XYZ | 60.06 | 80.16 | 41.16 | - |
| YUV | 219.19 | 88.95 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 150 | 0.24 | 0 | 0.40 | 0.03 | 96.12 | 0.88 | 0.78 |
| Hex | BD | F8 | 96 | 18 | 0 | 28 | 3 | 60 | 58 | 4E |
| Octal | 275 | 370 | 226 | 30 | 0 | 50 | 3 | 140 | 130 | 116 |
| Binary | 10111101 | 11111000 | 10010110 | 11000 | 0 | 101000 | 11 | 1100000 | 1011000 | 1001110 |
Color Harmonies of #BDF896
Complementary color
Monochromatic Colors of #BDF896
Black with #BDF896
Text Example
Text Example
White with #BDF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF896; }
p { color: rgb(189,248,150); }
H1.HeaderClassName
{
color: #BDF896;
}
.AnyTagClassName
{
color: #BDF896;
}
</style>
background-color css
<style>
a { background-color: #BDF896; }
a { background-color: rgb(189,248,150); }
div.DivClassName
{
background-color: #BDF896;
}
.BgClassName
{
background-color: #BDF896;
}
</style>
border-color css
<style>
span { border-color: #BDF896; }
span { border-color: rgb(189,248,150); }
td.TdClassName
{
border-color: #BDF896;
}
.TagClassName
{
border-color: #BDF896;
}
</style>