Shades of Surf #BBD5BD
Tints of Surf #BBD5BD
RGB
CMYK
RGB Variations
Color information
#BBD5BD (or 0xBBD5BD) is known color: Surf. HEX triplet: BB, D5 and BD. RGB value is (187,213,189). Sum of RGB (Red+Green+Blue) = 187+213+189=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5BD is #442A42. Grayscale: #CACACA. Windows color (decimal): -4467267 or 12441019. OLE color: 12441019.
HSL color Cylindrical-coordinate representation of color #BBD5BD: hue angle of 124.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5BD is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 189 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.16 |
| HSL | 124.62º | 0.24% | 0.78% | - |
| HSV(B) | 124.62º | 0.12% | 0.84% | - |
| XYZ | 53.47 | 61.83 | 57.26 | - |
| YUV | 202.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 189 | 0.12 | 0 | 0.11 | 0.16 | 124.62 | 0.24 | 0.78 |
| Hex | BB | D5 | BD | C | 0 | B | 10 | 7D | 18 | 4E |
| Octal | 273 | 325 | 275 | 14 | 0 | 13 | 20 | 175 | 30 | 116 |
| Binary | 10111011 | 11010101 | 10111101 | 1100 | 0 | 1011 | 10000 | 1111101 | 11000 | 1001110 |
Color Harmonies of #BBD5BD
Complementary color
Monochromatic Colors of #BBD5BD
Black with #BBD5BD
Text Example
Text Example
White with #BBD5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD5BD; }
p { color: rgb(187,213,189); }
H1.HeaderClassName
{
color: #BBD5BD;
}
.AnyTagClassName
{
color: #BBD5BD;
}
</style>
background-color css
<style>
a { background-color: #BBD5BD; }
a { background-color: rgb(187,213,189); }
div.DivClassName
{
background-color: #BBD5BD;
}
.BgClassName
{
background-color: #BBD5BD;
}
</style>
border-color css
<style>
span { border-color: #BBD5BD; }
span { border-color: rgb(187,213,189); }
td.TdClassName
{
border-color: #BBD5BD;
}
.TagClassName
{
border-color: #BBD5BD;
}
</style>