Shades of Reef #BDE595
Tints of Reef #BDE595
RGB
CMYK
RGB Variations
Color information
#BDE595 (or 0xBDE595) is known color: Reef. HEX triplet: BD, E5 and 95. RGB value is (189,229,149). Sum of RGB (Red+Green+Blue) = 189+229+149=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE595 is #421A6A. Grayscale: #D0D0D0. Windows color (decimal): -4332139 or 9823677. OLE color: 9823677.
HSL color Cylindrical-coordinate representation of color #BDE595: hue angle of 90º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDE595 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 149 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.10 |
| HSL | 90º | 0.61% | 0.74% | - |
| HSV(B) | 90º | 0.35% | 0.9% | - |
| XYZ | 54.43 | 69.03 | 38.89 | - |
| YUV | 207.92 | 94.75 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 149 | 0.17 | 0 | 0.35 | 0.10 | 90 | 0.61 | 0.74 |
| Hex | BD | E5 | 95 | 11 | 0 | 23 | A | 5A | 3D | 4A |
| Octal | 275 | 345 | 225 | 21 | 0 | 43 | 12 | 132 | 75 | 112 |
| Binary | 10111101 | 11100101 | 10010101 | 10001 | 0 | 100011 | 1010 | 1011010 | 111101 | 1001010 |
Color Harmonies of #BDE595
Complementary color
Monochromatic Colors of #BDE595
Black with #BDE595
Text Example
Text Example
White with #BDE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE595; }
p { color: rgb(189,229,149); }
H1.HeaderClassName
{
color: #BDE595;
}
.AnyTagClassName
{
color: #BDE595;
}
</style>
background-color css
<style>
a { background-color: #BDE595; }
a { background-color: rgb(189,229,149); }
div.DivClassName
{
background-color: #BDE595;
}
.BgClassName
{
background-color: #BDE595;
}
</style>
border-color css
<style>
span { border-color: #BDE595; }
span { border-color: rgb(189,229,149); }
td.TdClassName
{
border-color: #BDE595;
}
.TagClassName
{
border-color: #BDE595;
}
</style>