Shades of Surf #BBD2BD
Tints of Surf #BBD2BD
RGB
CMYK
RGB Variations
Color information
#BBD2BD (or 0xBBD2BD) is known color: Surf. HEX triplet: BB, D2 and BD. RGB value is (187,210,189). Sum of RGB (Red+Green+Blue) = 187+210+189=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2BD is #442D42. Grayscale: #C8C8C8. Windows color (decimal): -4468035 or 12440251. OLE color: 12440251.
HSL color Cylindrical-coordinate representation of color #BBD2BD: hue angle of 125.22º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD2BD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 189 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.18 |
| HSL | 125.22º | 0.2% | 0.78% | - |
| HSV(B) | 125.22º | 0.11% | 0.82% | - |
| XYZ | 52.73 | 60.33 | 57.01 | - |
| YUV | 200.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 189 | 0.11 | 0 | 0.10 | 0.18 | 125.22 | 0.2 | 0.78 |
| Hex | BB | D2 | BD | B | 0 | A | 12 | 7D | 14 | 4E |
| Octal | 273 | 322 | 275 | 13 | 0 | 12 | 22 | 175 | 24 | 116 |
| Binary | 10111011 | 11010010 | 10111101 | 1011 | 0 | 1010 | 10010 | 1111101 | 10100 | 1001110 |
Color Harmonies of #BBD2BD
Complementary color
Monochromatic Colors of #BBD2BD
Black with #BBD2BD
Text Example
Text Example
White with #BBD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD2BD; }
p { color: rgb(187,210,189); }
H1.HeaderClassName
{
color: #BBD2BD;
}
.AnyTagClassName
{
color: #BBD2BD;
}
</style>
background-color css
<style>
a { background-color: #BBD2BD; }
a { background-color: rgb(187,210,189); }
div.DivClassName
{
background-color: #BBD2BD;
}
.BgClassName
{
background-color: #BBD2BD;
}
</style>
border-color css
<style>
span { border-color: #BBD2BD; }
span { border-color: rgb(187,210,189); }
td.TdClassName
{
border-color: #BBD2BD;
}
.TagClassName
{
border-color: #BBD2BD;
}
</style>