Shades of Reef #BDEB95
Tints of Reef #BDEB95
RGB
CMYK
RGB Variations
Color information
#BDEB95 (or 0xBDEB95) is known color: Reef. HEX triplet: BD, EB and 95. RGB value is (189,235,149). Sum of RGB (Red+Green+Blue) = 189+235+149=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 235 (92.19% from 255 or 41.01% from 573); Blue value is 149 (58.59% from 255 or 26.00% from 573); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB95 is #42146A. Grayscale: #D3D3D3. Windows color (decimal): -4330603 or 9825213. OLE color: 9825213.
HSL color Cylindrical-coordinate representation of color #BDEB95: hue angle of 92.09º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDEB95 is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 149 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.08 |
| HSL | 92.09º | 0.68% | 0.75% | - |
| HSV(B) | 92.09º | 0.37% | 0.92% | - |
| XYZ | 56.12 | 72.41 | 39.45 | - |
| YUV | 211.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 149 | 0.20 | 0 | 0.37 | 0.08 | 92.09 | 0.68 | 0.75 |
| Hex | BD | EB | 95 | 14 | 0 | 25 | 8 | 5C | 44 | 4B |
| Octal | 275 | 353 | 225 | 24 | 0 | 45 | 10 | 134 | 104 | 113 |
| Binary | 10111101 | 11101011 | 10010101 | 10100 | 0 | 100101 | 1000 | 1011100 | 1000100 | 1001011 |
Color Harmonies of #BDEB95
Complementary color
Monochromatic Colors of #BDEB95
Black with #BDEB95
Text Example
Text Example
White with #BDEB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEB95; }
p { color: rgb(189,235,149); }
H1.HeaderClassName
{
color: #BDEB95;
}
.AnyTagClassName
{
color: #BDEB95;
}
</style>
background-color css
<style>
a { background-color: #BDEB95; }
a { background-color: rgb(189,235,149); }
div.DivClassName
{
background-color: #BDEB95;
}
.BgClassName
{
background-color: #BDEB95;
}
</style>
border-color css
<style>
span { border-color: #BDEB95; }
span { border-color: rgb(189,235,149); }
td.TdClassName
{
border-color: #BDEB95;
}
.TagClassName
{
border-color: #BDEB95;
}
</style>