Shades of Reef #BDE695
Tints of Reef #BDE695
RGB
CMYK
RGB Variations
Color information
#BDE695 (or 0xBDE695) is known color: Reef. HEX triplet: BD, E6 and 95. RGB value is (189,230,149). Sum of RGB (Red+Green+Blue) = 189+230+149=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDE695 is #42196A. Grayscale: #D0D0D0. Windows color (decimal): -4331883 or 9823933. OLE color: 9823933.
HSL color Cylindrical-coordinate representation of color #BDE695: hue angle of 90.37º degrees, saturation: 0.62, 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 #BDE695 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 149 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.10 |
| HSL | 90.37º | 0.62% | 0.74% | - |
| HSV(B) | 90.37º | 0.35% | 0.9% | - |
| XYZ | 54.71 | 69.58 | 38.98 | - |
| YUV | 208.51 | 94.42 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 149 | 0.18 | 0 | 0.35 | 0.10 | 90.37 | 0.62 | 0.74 |
| Hex | BD | E6 | 95 | 12 | 0 | 23 | A | 5A | 3E | 4A |
| Octal | 275 | 346 | 225 | 22 | 0 | 43 | 12 | 132 | 76 | 112 |
| Binary | 10111101 | 11100110 | 10010101 | 10010 | 0 | 100011 | 1010 | 1011010 | 111110 | 1001010 |
Color Harmonies of #BDE695
Complementary color
Monochromatic Colors of #BDE695
Black with #BDE695
Text Example
Text Example
White with #BDE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE695; }
p { color: rgb(189,230,149); }
H1.HeaderClassName
{
color: #BDE695;
}
.AnyTagClassName
{
color: #BDE695;
}
</style>
background-color css
<style>
a { background-color: #BDE695; }
a { background-color: rgb(189,230,149); }
div.DivClassName
{
background-color: #BDE695;
}
.BgClassName
{
background-color: #BDE695;
}
</style>
border-color css
<style>
span { border-color: #BDE695; }
span { border-color: rgb(189,230,149); }
td.TdClassName
{
border-color: #BDE695;
}
.TagClassName
{
border-color: #BDE695;
}
</style>