Shades of Surf #BDDBBD
Tints of Surf #BDDBBD
RGB
CMYK
RGB Variations
Color information
#BDDBBD (or 0xBDDBBD) is known color: Surf. HEX triplet: BD, DB and BD. RGB value is (189,219,189). Sum of RGB (Red+Green+Blue) = 189+219+189=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBBD is #422442. Grayscale: #CECECE. Windows color (decimal): -4334659 or 12442557. OLE color: 12442557.
HSL color Cylindrical-coordinate representation of color #BDDBBD: hue angle of 120º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBBD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 189 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.14 |
| HSL | 120º | 0.29% | 0.8% | - |
| HSV(B) | 120º | 0.14% | 0.86% | - |
| XYZ | 55.5 | 65.16 | 57.8 | - |
| YUV | 206.61 | 118.06 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 189 | 0.14 | 0 | 0.14 | 0.14 | 120 | 0.29 | 0.8 |
| Hex | BD | DB | BD | E | 0 | E | E | 78 | 1D | 50 |
| Octal | 275 | 333 | 275 | 16 | 0 | 16 | 16 | 170 | 35 | 120 |
| Binary | 10111101 | 11011011 | 10111101 | 1110 | 0 | 1110 | 1110 | 1111000 | 11101 | 1010000 |
Color Harmonies of #BDDBBD
Complementary color
Monochromatic Colors of #BDDBBD
Black with #BDDBBD
Text Example
Text Example
White with #BDDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBBD; }
p { color: rgb(189,219,189); }
H1.HeaderClassName
{
color: #BDDBBD;
}
.AnyTagClassName
{
color: #BDDBBD;
}
</style>
background-color css
<style>
a { background-color: #BDDBBD; }
a { background-color: rgb(189,219,189); }
div.DivClassName
{
background-color: #BDDBBD;
}
.BgClassName
{
background-color: #BDDBBD;
}
</style>
border-color css
<style>
span { border-color: #BDDBBD; }
span { border-color: rgb(189,219,189); }
td.TdClassName
{
border-color: #BDDBBD;
}
.TagClassName
{
border-color: #BDDBBD;
}
</style>