Shades of Surf #BBDABC
Tints of Surf #BBDABC
RGB
CMYK
RGB Variations
Color information
#BBDABC (or 0xBBDABC) is known color: Surf. HEX triplet: BB, DA and BC. RGB value is (187,218,188). Sum of RGB (Red+Green+Blue) = 187+218+188=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABC is #442543. Grayscale: #CDCDCD. Windows color (decimal): -4465988 or 12376763. OLE color: 12376763.
HSL color Cylindrical-coordinate representation of color #BBDABC: hue angle of 121.94º 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 #BBDABC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 188 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.15 |
| HSL | 121.94º | 0.3% | 0.79% | - |
| HSV(B) | 121.94º | 0.14% | 0.85% | - |
| XYZ | 54.64 | 64.34 | 57.12 | - |
| YUV | 205.31 | 118.23 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 188 | 0.14 | 0 | 0.14 | 0.15 | 121.94 | 0.3 | 0.79 |
| Hex | BB | DA | BC | E | 0 | E | F | 7A | 1E | 4F |
| Octal | 273 | 332 | 274 | 16 | 0 | 16 | 17 | 172 | 36 | 117 |
| Binary | 10111011 | 11011010 | 10111100 | 1110 | 0 | 1110 | 1111 | 1111010 | 11110 | 1001111 |
Color Harmonies of #BBDABC
Complementary color
Monochromatic Colors of #BBDABC
Black with #BBDABC
Text Example
Text Example
White with #BBDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDABC; }
p { color: rgb(187,218,188); }
H1.HeaderClassName
{
color: #BBDABC;
}
.AnyTagClassName
{
color: #BBDABC;
}
</style>
background-color css
<style>
a { background-color: #BBDABC; }
a { background-color: rgb(187,218,188); }
div.DivClassName
{
background-color: #BBDABC;
}
.BgClassName
{
background-color: #BBDABC;
}
</style>
border-color css
<style>
span { border-color: #BBDABC; }
span { border-color: rgb(187,218,188); }
td.TdClassName
{
border-color: #BBDABC;
}
.TagClassName
{
border-color: #BBDABC;
}
</style>