Shades of Surf #BDD7BF
Tints of Surf #BDD7BF
RGB
CMYK
RGB Variations
Color information
#BDD7BF (or 0xBDD7BF) is known color: Surf. HEX triplet: BD, D7 and BF. RGB value is (189,215,191). Sum of RGB (Red+Green+Blue) = 189+215+191=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BF is #422840. Grayscale: #CCCCCC. Windows color (decimal): -4335681 or 12572605. OLE color: 12572605.
HSL color Cylindrical-coordinate representation of color #BDD7BF: hue angle of 124.62º degrees, saturation: 0.25, 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 #BDD7BF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 215 | 191 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.16 |
| HSL | 124.62º | 0.25% | 0.79% | - |
| HSV(B) | 124.62º | 0.12% | 0.84% | - |
| XYZ | 54.69 | 63.18 | 58.6 | - |
| YUV | 204.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 215 | 191 | 0.12 | 0 | 0.11 | 0.16 | 124.62 | 0.25 | 0.79 |
| Hex | BD | D7 | BF | C | 0 | B | 10 | 7D | 19 | 4F |
| Octal | 275 | 327 | 277 | 14 | 0 | 13 | 20 | 175 | 31 | 117 |
| Binary | 10111101 | 11010111 | 10111111 | 1100 | 0 | 1011 | 10000 | 1111101 | 11001 | 1001111 |
Color Harmonies of #BDD7BF
Complementary color
Monochromatic Colors of #BDD7BF
Black with #BDD7BF
Text Example
Text Example
White with #BDD7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD7BF; }
p { color: rgb(189,215,191); }
H1.HeaderClassName
{
color: #BDD7BF;
}
.AnyTagClassName
{
color: #BDD7BF;
}
</style>
background-color css
<style>
a { background-color: #BDD7BF; }
a { background-color: rgb(189,215,191); }
div.DivClassName
{
background-color: #BDD7BF;
}
.BgClassName
{
background-color: #BDD7BF;
}
</style>
border-color css
<style>
span { border-color: #BDD7BF; }
span { border-color: rgb(189,215,191); }
td.TdClassName
{
border-color: #BDD7BF;
}
.TagClassName
{
border-color: #BDD7BF;
}
</style>