Shades of Surf #BDD8BD
Tints of Surf #BDD8BD
RGB
CMYK
RGB Variations
Color information
#BDD8BD (or 0xBDD8BD) is known color: Surf. HEX triplet: BD, D8 and BD. RGB value is (189,216,189). Sum of RGB (Red+Green+Blue) = 189+216+189=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8BD is #422742. Grayscale: #CCCCCC. Windows color (decimal): -4335427 or 12441789. OLE color: 12441789.
HSL color Cylindrical-coordinate representation of color #BDD8BD: hue angle of 120º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDD8BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 189 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.15 |
| HSL | 120º | 0.26% | 0.79% | - |
| HSV(B) | 120º | 0.13% | 0.85% | - |
| XYZ | 54.73 | 63.6 | 57.54 | - |
| YUV | 204.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 189 | 0.12 | 0 | 0.12 | 0.15 | 120 | 0.26 | 0.79 |
| Hex | BD | D8 | BD | C | 0 | C | F | 78 | 1A | 4F |
| Octal | 275 | 330 | 275 | 14 | 0 | 14 | 17 | 170 | 32 | 117 |
| Binary | 10111101 | 11011000 | 10111101 | 1100 | 0 | 1100 | 1111 | 1111000 | 11010 | 1001111 |
Color Harmonies of #BDD8BD
Complementary color
Monochromatic Colors of #BDD8BD
Black with #BDD8BD
Text Example
Text Example
White with #BDD8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD8BD; }
p { color: rgb(189,216,189); }
H1.HeaderClassName
{
color: #BDD8BD;
}
.AnyTagClassName
{
color: #BDD8BD;
}
</style>
background-color css
<style>
a { background-color: #BDD8BD; }
a { background-color: rgb(189,216,189); }
div.DivClassName
{
background-color: #BDD8BD;
}
.BgClassName
{
background-color: #BDD8BD;
}
</style>
border-color css
<style>
span { border-color: #BDD8BD; }
span { border-color: rgb(189,216,189); }
td.TdClassName
{
border-color: #BDD8BD;
}
.TagClassName
{
border-color: #BDD8BD;
}
</style>