Shades of Surf #BBDABD
Tints of Surf #BBDABD
RGB
CMYK
RGB Variations
Color information
#BBDABD (or 0xBBDABD) is known color: Surf. HEX triplet: BB, DA and BD. RGB value is (187,218,189). Sum of RGB (Red+Green+Blue) = 187+218+189=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDABD is #442542. Grayscale: #CDCDCD. Windows color (decimal): -4465987 or 12442299. OLE color: 12442299.
HSL color Cylindrical-coordinate representation of color #BBDABD: hue angle of 123.87º 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 #BBDABD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 189 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.15 |
| HSL | 123.87º | 0.3% | 0.79% | - |
| HSV(B) | 123.87º | 0.14% | 0.85% | - |
| XYZ | 54.75 | 64.38 | 57.69 | - |
| YUV | 205.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 189 | 0.14 | 0 | 0.13 | 0.15 | 123.87 | 0.3 | 0.79 |
| Hex | BB | DA | BD | E | 0 | D | F | 7C | 1E | 4F |
| Octal | 273 | 332 | 275 | 16 | 0 | 15 | 17 | 174 | 36 | 117 |
| Binary | 10111011 | 11011010 | 10111101 | 1110 | 0 | 1101 | 1111 | 1111100 | 11110 | 1001111 |
Color Harmonies of #BBDABD
Complementary color
Monochromatic Colors of #BBDABD
Black with #BBDABD
Text Example
Text Example
White with #BBDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDABD; }
p { color: rgb(187,218,189); }
H1.HeaderClassName
{
color: #BBDABD;
}
.AnyTagClassName
{
color: #BBDABD;
}
</style>
background-color css
<style>
a { background-color: #BBDABD; }
a { background-color: rgb(187,218,189); }
div.DivClassName
{
background-color: #BBDABD;
}
.BgClassName
{
background-color: #BBDABD;
}
</style>
border-color css
<style>
span { border-color: #BBDABD; }
span { border-color: rgb(187,218,189); }
td.TdClassName
{
border-color: #BBDABD;
}
.TagClassName
{
border-color: #BBDABD;
}
</style>