Shades of Surf #BBDABB
Tints of Surf #BBDABB
RGB
CMYK
RGB Variations
Color information
#BBDABB (or 0xBBDABB) is known color: Surf. HEX triplet: BB, DA and BB. RGB value is (187,218,187). Sum of RGB (Red+Green+Blue) = 187+218+187=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABB is #442544. Grayscale: #CDCDCD. Windows color (decimal): -4465989 or 12311227. OLE color: 12311227.
HSL color Cylindrical-coordinate representation of color #BBDABB: hue angle of 120º degrees, saturation: 0.3, 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 #BBDABB is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 187 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.15 |
| HSL | 120º | 0.3% | 0.79% | - |
| HSV(B) | 120º | 0.14% | 0.85% | - |
| XYZ | 54.53 | 64.3 | 56.55 | - |
| YUV | 205.2 | 117.73 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 187 | 0.14 | 0 | 0.14 | 0.15 | 120 | 0.3 | 0.79 |
| Hex | BB | DA | BB | E | 0 | E | F | 78 | 1E | 4F |
| Octal | 273 | 332 | 273 | 16 | 0 | 16 | 17 | 170 | 36 | 117 |
| Binary | 10111011 | 11011010 | 10111011 | 1110 | 0 | 1110 | 1111 | 1111000 | 11110 | 1001111 |
Color Harmonies of #BBDABB
Complementary color
Monochromatic Colors of #BBDABB
Black with #BBDABB
Text Example
Text Example
White with #BBDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDABB; }
p { color: rgb(187,218,187); }
H1.HeaderClassName
{
color: #BBDABB;
}
.AnyTagClassName
{
color: #BBDABB;
}
</style>
background-color css
<style>
a { background-color: #BBDABB; }
a { background-color: rgb(187,218,187); }
div.DivClassName
{
background-color: #BBDABB;
}
.BgClassName
{
background-color: #BBDABB;
}
</style>
border-color css
<style>
span { border-color: #BBDABB; }
span { border-color: rgb(187,218,187); }
td.TdClassName
{
border-color: #BBDABB;
}
.TagClassName
{
border-color: #BBDABB;
}
</style>