Shades of Reef #BDE796
Tints of Reef #BDE796
RGB
CMYK
RGB Variations
Color information
#BDE796 (or 0xBDE796) is known color: Reef. HEX triplet: BD, E7 and 96. RGB value is (189,231,150). Sum of RGB (Red+Green+Blue) = 189+231+150=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 150 (58.98% from 255 or 26.32% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE796 is #421869. Grayscale: #D1D1D1. Windows color (decimal): -4331626 or 9889725. OLE color: 9889725.
HSL color Cylindrical-coordinate representation of color #BDE796: hue angle of 91.11º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE796 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 150 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.09 |
| HSL | 91.11º | 0.63% | 0.75% | - |
| HSV(B) | 91.11º | 0.35% | 0.91% | - |
| XYZ | 55.07 | 70.17 | 39.5 | - |
| YUV | 209.21 | 94.59 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 150 | 0.18 | 0 | 0.35 | 0.09 | 91.11 | 0.63 | 0.75 |
| Hex | BD | E7 | 96 | 12 | 0 | 23 | 9 | 5B | 3F | 4B |
| Octal | 275 | 347 | 226 | 22 | 0 | 43 | 11 | 133 | 77 | 113 |
| Binary | 10111101 | 11100111 | 10010110 | 10010 | 0 | 100011 | 1001 | 1011011 | 111111 | 1001011 |
Color Harmonies of #BDE796
Complementary color
Monochromatic Colors of #BDE796
Black with #BDE796
Text Example
Text Example
White with #BDE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE796; }
p { color: rgb(189,231,150); }
H1.HeaderClassName
{
color: #BDE796;
}
.AnyTagClassName
{
color: #BDE796;
}
</style>
background-color css
<style>
a { background-color: #BDE796; }
a { background-color: rgb(189,231,150); }
div.DivClassName
{
background-color: #BDE796;
}
.BgClassName
{
background-color: #BDE796;
}
</style>
border-color css
<style>
span { border-color: #BDE796; }
span { border-color: rgb(189,231,150); }
td.TdClassName
{
border-color: #BDE796;
}
.TagClassName
{
border-color: #BDE796;
}
</style>