Shades of Surf #BBD9BF
Tints of Surf #BBD9BF
RGB
CMYK
RGB Variations
Color information
#BBD9BF (or 0xBBD9BF) is known color: Surf. HEX triplet: BB, D9 and BF. RGB value is (187,217,191). Sum of RGB (Red+Green+Blue) = 187+217+191=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD9BF is #442640. Grayscale: #CDCDCD. Windows color (decimal): -4466241 or 12573115. OLE color: 12573115.
HSL color Cylindrical-coordinate representation of color #BBD9BF: hue angle of 128º 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 #BBD9BF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 191 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.15 |
| HSL | 128º | 0.28% | 0.79% | - |
| HSV(B) | 128º | 0.14% | 0.85% | - |
| XYZ | 54.71 | 63.95 | 58.75 | - |
| YUV | 205.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 191 | 0.14 | 0 | 0.12 | 0.15 | 128 | 0.28 | 0.79 |
| Hex | BB | D9 | BF | E | 0 | C | F | 80 | 1C | 4F |
| Octal | 273 | 331 | 277 | 16 | 0 | 14 | 17 | 200 | 34 | 117 |
| Binary | 10111011 | 11011001 | 10111111 | 1110 | 0 | 1100 | 1111 | 10000000 | 11100 | 1001111 |
Color Harmonies of #BBD9BF
Complementary color
Monochromatic Colors of #BBD9BF
Black with #BBD9BF
Text Example
Text Example
White with #BBD9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD9BF; }
p { color: rgb(187,217,191); }
H1.HeaderClassName
{
color: #BBD9BF;
}
.AnyTagClassName
{
color: #BBD9BF;
}
</style>
background-color css
<style>
a { background-color: #BBD9BF; }
a { background-color: rgb(187,217,191); }
div.DivClassName
{
background-color: #BBD9BF;
}
.BgClassName
{
background-color: #BBD9BF;
}
</style>
border-color css
<style>
span { border-color: #BBD9BF; }
span { border-color: rgb(187,217,191); }
td.TdClassName
{
border-color: #BBD9BF;
}
.TagClassName
{
border-color: #BBD9BF;
}
</style>