Shades of Surf #BDD7BC
Tints of Surf #BDD7BC
RGB
CMYK
RGB Variations
Color information
#BDD7BC (or 0xBDD7BC) is known color: Surf. HEX triplet: BD, D7 and BC. RGB value is (189,215,188). Sum of RGB (Red+Green+Blue) = 189+215+188=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 215 (84.38% from 255 or 36.32% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BC is #422843. Grayscale: #CCCCCC. Windows color (decimal): -4335684 or 12375997. OLE color: 12375997.
HSL color Cylindrical-coordinate representation of color #BDD7BC: hue angle of 117.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD7BC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 188 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.16 |
| HSL | 117.78º | 0.25% | 0.79% | - |
| HSV(B) | 117.78º | 0.13% | 0.84% | - |
| XYZ | 54.36 | 63.05 | 56.88 | - |
| YUV | 204.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 188 | 0.12 | 0 | 0.13 | 0.16 | 117.78 | 0.25 | 0.79 |
| Hex | BD | D7 | BC | C | 0 | D | 10 | 76 | 19 | 4F |
| Octal | 275 | 327 | 274 | 14 | 0 | 15 | 20 | 166 | 31 | 117 |
| Binary | 10111101 | 11010111 | 10111100 | 1100 | 0 | 1101 | 10000 | 1110110 | 11001 | 1001111 |
Color Harmonies of #BDD7BC
Complementary color
Monochromatic Colors of #BDD7BC
Black with #BDD7BC
Text Example
Text Example
White with #BDD7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7BC; }
p { color: rgb(189,215,188); }
H1.HeaderClassName
{
color: #BDD7BC;
}
.AnyTagClassName
{
color: #BDD7BC;
}
</style>
background-color css
<style>
a { background-color: #BDD7BC; }
a { background-color: rgb(189,215,188); }
div.DivClassName
{
background-color: #BDD7BC;
}
.BgClassName
{
background-color: #BDD7BC;
}
</style>
border-color css
<style>
span { border-color: #BDD7BC; }
span { border-color: rgb(189,215,188); }
td.TdClassName
{
border-color: #BDD7BC;
}
.TagClassName
{
border-color: #BDD7BC;
}
</style>