Shades of Reef #BDE597
Tints of Reef #BDE597
RGB
CMYK
RGB Variations
Color information
#BDE597 (or 0xBDE597) is known color: Reef. HEX triplet: BD, E5 and 97. RGB value is (189,229,151). Sum of RGB (Red+Green+Blue) = 189+229+151=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 151 (59.38% from 255 or 26.54% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE597 is #421A68. Grayscale: #D0D0D0. Windows color (decimal): -4332137 or 9954749. OLE color: 9954749.
HSL color Cylindrical-coordinate representation of color #BDE597: hue angle of 90.77º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDE597 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 151 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.10 |
| HSL | 90.77º | 0.6% | 0.75% | - |
| HSV(B) | 90.77º | 0.34% | 0.9% | - |
| XYZ | 54.59 | 69.09 | 39.74 | - |
| YUV | 208.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 151 | 0.17 | 0 | 0.34 | 0.10 | 90.77 | 0.6 | 0.75 |
| Hex | BD | E5 | 97 | 11 | 0 | 22 | A | 5B | 3C | 4B |
| Octal | 275 | 345 | 227 | 21 | 0 | 42 | 12 | 133 | 74 | 113 |
| Binary | 10111101 | 11100101 | 10010111 | 10001 | 0 | 100010 | 1010 | 1011011 | 111100 | 1001011 |
Color Harmonies of #BDE597
Complementary color
Monochromatic Colors of #BDE597
Black with #BDE597
Text Example
Text Example
White with #BDE597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE597; }
p { color: rgb(189,229,151); }
H1.HeaderClassName
{
color: #BDE597;
}
.AnyTagClassName
{
color: #BDE597;
}
</style>
background-color css
<style>
a { background-color: #BDE597; }
a { background-color: rgb(189,229,151); }
div.DivClassName
{
background-color: #BDE597;
}
.BgClassName
{
background-color: #BDE597;
}
</style>
border-color css
<style>
span { border-color: #BDE597; }
span { border-color: rgb(189,229,151); }
td.TdClassName
{
border-color: #BDE597;
}
.TagClassName
{
border-color: #BDE597;
}
</style>