Shades of Surf #BDDCBD
Tints of Surf #BDDCBD
RGB
CMYK
RGB Variations
Color information
#BDDCBD (or 0xBDDCBD) is known color: Surf. HEX triplet: BD, DC and BD. RGB value is (189,220,189). Sum of RGB (Red+Green+Blue) = 189+220+189=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCBD is #422342. Grayscale: #CFCFCF. Windows color (decimal): -4334403 or 12442813. OLE color: 12442813.
HSL color Cylindrical-coordinate representation of color #BDDCBD: hue angle of 120º degrees, saturation: 0.31, 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 #BDDCBD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 189 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.14 |
| HSL | 120º | 0.31% | 0.8% | - |
| HSV(B) | 120º | 0.14% | 0.86% | - |
| XYZ | 55.76 | 65.68 | 57.88 | - |
| YUV | 207.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 189 | 0.14 | 0 | 0.14 | 0.14 | 120 | 0.31 | 0.8 |
| Hex | BD | DC | BD | E | 0 | E | E | 78 | 1F | 50 |
| Octal | 275 | 334 | 275 | 16 | 0 | 16 | 16 | 170 | 37 | 120 |
| Binary | 10111101 | 11011100 | 10111101 | 1110 | 0 | 1110 | 1110 | 1111000 | 11111 | 1010000 |
Color Harmonies of #BDDCBD
Complementary color
Monochromatic Colors of #BDDCBD
Black with #BDDCBD
Text Example
Text Example
White with #BDDCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCBD; }
p { color: rgb(189,220,189); }
H1.HeaderClassName
{
color: #BDDCBD;
}
.AnyTagClassName
{
color: #BDDCBD;
}
</style>
background-color css
<style>
a { background-color: #BDDCBD; }
a { background-color: rgb(189,220,189); }
div.DivClassName
{
background-color: #BDDCBD;
}
.BgClassName
{
background-color: #BDDCBD;
}
</style>
border-color css
<style>
span { border-color: #BDDCBD; }
span { border-color: rgb(189,220,189); }
td.TdClassName
{
border-color: #BDDCBD;
}
.TagClassName
{
border-color: #BDDCBD;
}
</style>