Shades of Surf #BBD9BD
Tints of Surf #BBD9BD
RGB
CMYK
RGB Variations
Color information
#BBD9BD (or 0xBBD9BD) is known color: Surf. HEX triplet: BB, D9 and BD. RGB value is (187,217,189). Sum of RGB (Red+Green+Blue) = 187+217+189=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BD is #442642. Grayscale: #CCCCCC. Windows color (decimal): -4466243 or 12442043. OLE color: 12442043.
HSL color Cylindrical-coordinate representation of color #BBD9BD: hue angle of 124º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBD9BD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 189 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.15 |
| HSL | 124º | 0.28% | 0.79% | - |
| HSV(B) | 124º | 0.14% | 0.85% | - |
| XYZ | 54.49 | 63.86 | 57.6 | - |
| YUV | 204.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 189 | 0.14 | 0 | 0.13 | 0.15 | 124 | 0.28 | 0.79 |
| Hex | BB | D9 | BD | E | 0 | D | F | 7C | 1C | 4F |
| Octal | 273 | 331 | 275 | 16 | 0 | 15 | 17 | 174 | 34 | 117 |
| Binary | 10111011 | 11011001 | 10111101 | 1110 | 0 | 1101 | 1111 | 1111100 | 11100 | 1001111 |
Color Harmonies of #BBD9BD
Complementary color
Monochromatic Colors of #BBD9BD
Black with #BBD9BD
Text Example
Text Example
White with #BBD9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9BD; }
p { color: rgb(187,217,189); }
H1.HeaderClassName
{
color: #BBD9BD;
}
.AnyTagClassName
{
color: #BBD9BD;
}
</style>
background-color css
<style>
a { background-color: #BBD9BD; }
a { background-color: rgb(187,217,189); }
div.DivClassName
{
background-color: #BBD9BD;
}
.BgClassName
{
background-color: #BBD9BD;
}
</style>
border-color css
<style>
span { border-color: #BBD9BD; }
span { border-color: rgb(187,217,189); }
td.TdClassName
{
border-color: #BBD9BD;
}
.TagClassName
{
border-color: #BBD9BD;
}
</style>