Shades of Surf #BDD6BD
Tints of Surf #BDD6BD
RGB
CMYK
RGB Variations
Color information
#BDD6BD (or 0xBDD6BD) is known color: Surf. HEX triplet: BD, D6 and BD. RGB value is (189,214,189). Sum of RGB (Red+Green+Blue) = 189+214+189=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BD is #422942. Grayscale: #CBCBCB. Windows color (decimal): -4335939 or 12441277. OLE color: 12441277.
HSL color Cylindrical-coordinate representation of color #BDD6BD: hue angle of 120º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD6BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 189 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.16 |
| HSL | 120º | 0.23% | 0.79% | - |
| HSV(B) | 120º | 0.12% | 0.84% | - |
| XYZ | 54.22 | 62.59 | 57.37 | - |
| YUV | 203.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 189 | 0.12 | 0 | 0.12 | 0.16 | 120 | 0.23 | 0.79 |
| Hex | BD | D6 | BD | C | 0 | C | 10 | 78 | 17 | 4F |
| Octal | 275 | 326 | 275 | 14 | 0 | 14 | 20 | 170 | 27 | 117 |
| Binary | 10111101 | 11010110 | 10111101 | 1100 | 0 | 1100 | 10000 | 1111000 | 10111 | 1001111 |
Color Harmonies of #BDD6BD
Complementary color
Monochromatic Colors of #BDD6BD
Black with #BDD6BD
Text Example
Text Example
White with #BDD6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6BD; }
p { color: rgb(189,214,189); }
H1.HeaderClassName
{
color: #BDD6BD;
}
.AnyTagClassName
{
color: #BDD6BD;
}
</style>
background-color css
<style>
a { background-color: #BDD6BD; }
a { background-color: rgb(189,214,189); }
div.DivClassName
{
background-color: #BDD6BD;
}
.BgClassName
{
background-color: #BDD6BD;
}
</style>
border-color css
<style>
span { border-color: #BDD6BD; }
span { border-color: rgb(189,214,189); }
td.TdClassName
{
border-color: #BDD6BD;
}
.TagClassName
{
border-color: #BDD6BD;
}
</style>