Shades of Surf #BDDDBE
Tints of Surf #BDDDBE
RGB
CMYK
RGB Variations
Color information
#BDDDBE (or 0xBDDDBE) is known color: Surf. HEX triplet: BD, DD and BE. RGB value is (189,221,190). Sum of RGB (Red+Green+Blue) = 189+221+190=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDBE is #422241. Grayscale: #CFCFCF. Windows color (decimal): -4334146 or 12508605. OLE color: 12508605.
HSL color Cylindrical-coordinate representation of color #BDDDBE: hue angle of 121.88º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDBE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 190 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 121.88º | 0.32% | 0.8% | - |
| HSV(B) | 121.88º | 0.14% | 0.87% | - |
| XYZ | 56.14 | 66.25 | 58.54 | - |
| YUV | 207.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 190 | 0.14 | 0 | 0.14 | 0.13 | 121.88 | 0.32 | 0.8 |
| Hex | BD | DD | BE | E | 0 | E | D | 7A | 20 | 50 |
| Octal | 275 | 335 | 276 | 16 | 0 | 16 | 15 | 172 | 40 | 120 |
| Binary | 10111101 | 11011101 | 10111110 | 1110 | 0 | 1110 | 1101 | 1111010 | 100000 | 1010000 |
Color Harmonies of #BDDDBE
Complementary color
Monochromatic Colors of #BDDDBE
Black with #BDDDBE
Text Example
Text Example
White with #BDDDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDBE; }
p { color: rgb(189,221,190); }
H1.HeaderClassName
{
color: #BDDDBE;
}
.AnyTagClassName
{
color: #BDDDBE;
}
</style>
background-color css
<style>
a { background-color: #BDDDBE; }
a { background-color: rgb(189,221,190); }
div.DivClassName
{
background-color: #BDDDBE;
}
.BgClassName
{
background-color: #BDDDBE;
}
</style>
border-color css
<style>
span { border-color: #BDDDBE; }
span { border-color: rgb(189,221,190); }
td.TdClassName
{
border-color: #BDDDBE;
}
.TagClassName
{
border-color: #BDDDBE;
}
</style>