Shades of Surf #BBDABA
Tints of Surf #BBDABA
RGB
CMYK
RGB Variations
Color information
#BBDABA (or 0xBBDABA) is known color: Surf. HEX triplet: BB, DA and BA. RGB value is (187,218,186). Sum of RGB (Red+Green+Blue) = 187+218+186=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABA is #442545. Grayscale: #CDCDCD. Windows color (decimal): -4465990 or 12245691. OLE color: 12245691.
HSL color Cylindrical-coordinate representation of color #BBDABA: hue angle of 118.12º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDABA is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 186 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.15 |
| HSL | 118.13º | 0.3% | 0.79% | - |
| HSV(B) | 118.13º | 0.15% | 0.85% | - |
| XYZ | 54.43 | 64.25 | 55.99 | - |
| YUV | 205.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 186 | 0.14 | 0 | 0.15 | 0.15 | 118.13 | 0.3 | 0.79 |
| Hex | BB | DA | BA | E | 0 | F | F | 76 | 1E | 4F |
| Octal | 273 | 332 | 272 | 16 | 0 | 17 | 17 | 166 | 36 | 117 |
| Binary | 10111011 | 11011010 | 10111010 | 1110 | 0 | 1111 | 1111 | 1110110 | 11110 | 1001111 |
Color Harmonies of #BBDABA
Complementary color
Monochromatic Colors of #BBDABA
Black with #BBDABA
Text Example
Text Example
White with #BBDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDABA; }
p { color: rgb(187,218,186); }
H1.HeaderClassName
{
color: #BBDABA;
}
.AnyTagClassName
{
color: #BBDABA;
}
</style>
background-color css
<style>
a { background-color: #BBDABA; }
a { background-color: rgb(187,218,186); }
div.DivClassName
{
background-color: #BBDABA;
}
.BgClassName
{
background-color: #BBDABA;
}
</style>
border-color css
<style>
span { border-color: #BBDABA; }
span { border-color: rgb(187,218,186); }
td.TdClassName
{
border-color: #BBDABA;
}
.TagClassName
{
border-color: #BBDABA;
}
</style>