Shades of Surf #BDE0BD
Tints of Surf #BDE0BD
RGB
CMYK
RGB Variations
Color information
#BDE0BD (or 0xBDE0BD) is known color: Surf. HEX triplet: BD, E0 and BD. RGB value is (189,224,189). Sum of RGB (Red+Green+Blue) = 189+224+189=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0BD is #421F42. Grayscale: #D1D1D1. Windows color (decimal): -4333379 or 12443837. OLE color: 12443837.
HSL color Cylindrical-coordinate representation of color #BDE0BD: hue angle of 120º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0BD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 189 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.12 |
| HSL | 120º | 0.36% | 0.81% | - |
| HSV(B) | 120º | 0.16% | 0.88% | - |
| XYZ | 56.83 | 67.8 | 58.24 | - |
| YUV | 209.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 189 | 0.16 | 0 | 0.16 | 0.12 | 120 | 0.36 | 0.81 |
| Hex | BD | E0 | BD | 10 | 0 | 10 | C | 78 | 24 | 51 |
| Octal | 275 | 340 | 275 | 20 | 0 | 20 | 14 | 170 | 44 | 121 |
| Binary | 10111101 | 11100000 | 10111101 | 10000 | 0 | 10000 | 1100 | 1111000 | 100100 | 1010001 |
Color Harmonies of #BDE0BD
Complementary color
Monochromatic Colors of #BDE0BD
Black with #BDE0BD
Text Example
Text Example
White with #BDE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0BD; }
p { color: rgb(189,224,189); }
H1.HeaderClassName
{
color: #BDE0BD;
}
.AnyTagClassName
{
color: #BDE0BD;
}
</style>
background-color css
<style>
a { background-color: #BDE0BD; }
a { background-color: rgb(189,224,189); }
div.DivClassName
{
background-color: #BDE0BD;
}
.BgClassName
{
background-color: #BDE0BD;
}
</style>
border-color css
<style>
span { border-color: #BDE0BD; }
span { border-color: rgb(189,224,189); }
td.TdClassName
{
border-color: #BDE0BD;
}
.TagClassName
{
border-color: #BDE0BD;
}
</style>