Shades of Surf #BDDFBB
Tints of Surf #BDDFBB
RGB
CMYK
RGB Variations
Color information
#BDDFBB (or 0xBDDFBB) is known color: Surf. HEX triplet: BD, DF and BB. RGB value is (189,223,187). Sum of RGB (Red+Green+Blue) = 189+223+187=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFBB is #422044. Grayscale: #D0D0D0. Windows color (decimal): -4333637 or 12312509. OLE color: 12312509.
HSL color Cylindrical-coordinate representation of color #BDDFBB: hue angle of 116.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDDFBB is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 187 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.13 |
| HSL | 116.67º | 0.36% | 0.8% | - |
| HSV(B) | 116.67º | 0.16% | 0.87% | - |
| XYZ | 56.34 | 67.18 | 57.01 | - |
| YUV | 208.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 187 | 0.15 | 0 | 0.16 | 0.13 | 116.67 | 0.36 | 0.8 |
| Hex | BD | DF | BB | F | 0 | 10 | D | 75 | 24 | 50 |
| Octal | 275 | 337 | 273 | 17 | 0 | 20 | 15 | 165 | 44 | 120 |
| Binary | 10111101 | 11011111 | 10111011 | 1111 | 0 | 10000 | 1101 | 1110101 | 100100 | 1010000 |
Color Harmonies of #BDDFBB
Complementary color
Monochromatic Colors of #BDDFBB
Black with #BDDFBB
Text Example
Text Example
White with #BDDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFBB; }
p { color: rgb(189,223,187); }
H1.HeaderClassName
{
color: #BDDFBB;
}
.AnyTagClassName
{
color: #BDDFBB;
}
</style>
background-color css
<style>
a { background-color: #BDDFBB; }
a { background-color: rgb(189,223,187); }
div.DivClassName
{
background-color: #BDDFBB;
}
.BgClassName
{
background-color: #BDDFBB;
}
</style>
border-color css
<style>
span { border-color: #BDDFBB; }
span { border-color: rgb(189,223,187); }
td.TdClassName
{
border-color: #BDDFBB;
}
.TagClassName
{
border-color: #BDDFBB;
}
</style>