Shades of Surf #BBDEBA
Tints of Surf #BBDEBA
RGB
CMYK
RGB Variations
Color information
#BBDEBA (or 0xBBDEBA) is known color: Surf. HEX triplet: BB, DE and BA. RGB value is (187,222,186). Sum of RGB (Red+Green+Blue) = 187+222+186=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #BBDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDEBA is #442145. Grayscale: #CFCFCF. Windows color (decimal): -4464966 or 12246715. OLE color: 12246715.
HSL color Cylindrical-coordinate representation of color #BBDEBA: hue angle of 118.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDEBA is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 222 | 186 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.13 |
| HSL | 118.33º | 0.35% | 0.8% | - |
| HSV(B) | 118.33º | 0.16% | 0.87% | - |
| XYZ | 55.48 | 66.35 | 56.34 | - |
| YUV | 207.43 | 115.9 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 186 | 0.16 | 0 | 0.16 | 0.13 | 118.33 | 0.35 | 0.8 |
| Hex | BB | DE | BA | 10 | 0 | 10 | D | 76 | 23 | 50 |
| Octal | 273 | 336 | 272 | 20 | 0 | 20 | 15 | 166 | 43 | 120 |
| Binary | 10111011 | 11011110 | 10111010 | 10000 | 0 | 10000 | 1101 | 1110110 | 100011 | 1010000 |
Color Harmonies of #BBDEBA
Complementary color
Monochromatic Colors of #BBDEBA
Black with #BBDEBA
Text Example
Text Example
White with #BBDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEBA; }
p { color: rgb(187,222,186); }
H1.HeaderClassName
{
color: #BBDEBA;
}
.AnyTagClassName
{
color: #BBDEBA;
}
</style>
background-color css
<style>
a { background-color: #BBDEBA; }
a { background-color: rgb(187,222,186); }
div.DivClassName
{
background-color: #BBDEBA;
}
.BgClassName
{
background-color: #BBDEBA;
}
</style>
border-color css
<style>
span { border-color: #BBDEBA; }
span { border-color: rgb(187,222,186); }
td.TdClassName
{
border-color: #BBDEBA;
}
.TagClassName
{
border-color: #BBDEBA;
}
</style>