Shades of Surf #BDDFBD
Tints of Surf #BDDFBD
RGB
CMYK
RGB Variations
Color information
#BDDFBD (or 0xBDDFBD) is known color: Surf. HEX triplet: BD, DF and BD. RGB value is (189,223,189). Sum of RGB (Red+Green+Blue) = 189+223+189=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFBD is #422042. Grayscale: #D1D1D1. Windows color (decimal): -4333635 or 12443581. OLE color: 12443581.
HSL color Cylindrical-coordinate representation of color #BDDFBD: hue angle of 120º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFBD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 189 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.13 |
| HSL | 120º | 0.35% | 0.81% | - |
| HSV(B) | 120º | 0.15% | 0.87% | - |
| XYZ | 56.56 | 67.27 | 58.15 | - |
| YUV | 208.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 189 | 0.15 | 0 | 0.15 | 0.13 | 120 | 0.35 | 0.81 |
| Hex | BD | DF | BD | F | 0 | F | D | 78 | 23 | 51 |
| Octal | 275 | 337 | 275 | 17 | 0 | 17 | 15 | 170 | 43 | 121 |
| Binary | 10111101 | 11011111 | 10111101 | 1111 | 0 | 1111 | 1101 | 1111000 | 100011 | 1010001 |
Color Harmonies of #BDDFBD
Complementary color
Monochromatic Colors of #BDDFBD
Black with #BDDFBD
Text Example
Text Example
White with #BDDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFBD; }
p { color: rgb(189,223,189); }
H1.HeaderClassName
{
color: #BDDFBD;
}
.AnyTagClassName
{
color: #BDDFBD;
}
</style>
background-color css
<style>
a { background-color: #BDDFBD; }
a { background-color: rgb(189,223,189); }
div.DivClassName
{
background-color: #BDDFBD;
}
.BgClassName
{
background-color: #BDDFBD;
}
</style>
border-color css
<style>
span { border-color: #BDDFBD; }
span { border-color: rgb(189,223,189); }
td.TdClassName
{
border-color: #BDDFBD;
}
.TagClassName
{
border-color: #BDDFBD;
}
</style>