Shades of Surf #BBDCBE
Tints of Surf #BBDCBE
RGB
CMYK
RGB Variations
Color information
#BBDCBE (or 0xBBDCBE) is known color: Surf. HEX triplet: BB, DC and BE. RGB value is (187,220,190). Sum of RGB (Red+Green+Blue) = 187+220+190=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBE is #442341. Grayscale: #CECECE. Windows color (decimal): -4465474 or 12508347. OLE color: 12508347.
HSL color Cylindrical-coordinate representation of color #BBDCBE: hue angle of 125.45º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDCBE is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 190 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 125.45º | 0.32% | 0.8% | - |
| HSV(B) | 125.45º | 0.15% | 0.86% | - |
| XYZ | 55.38 | 65.47 | 58.43 | - |
| YUV | 206.71 | 118.57 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 190 | 0.15 | 0 | 0.14 | 0.14 | 125.45 | 0.32 | 0.8 |
| Hex | BB | DC | BE | F | 0 | E | E | 7D | 20 | 50 |
| Octal | 273 | 334 | 276 | 17 | 0 | 16 | 16 | 175 | 40 | 120 |
| Binary | 10111011 | 11011100 | 10111110 | 1111 | 0 | 1110 | 1110 | 1111101 | 100000 | 1010000 |
Color Harmonies of #BBDCBE
Complementary color
Monochromatic Colors of #BBDCBE
Black with #BBDCBE
Text Example
Text Example
White with #BBDCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCBE; }
p { color: rgb(187,220,190); }
H1.HeaderClassName
{
color: #BBDCBE;
}
.AnyTagClassName
{
color: #BBDCBE;
}
</style>
background-color css
<style>
a { background-color: #BBDCBE; }
a { background-color: rgb(187,220,190); }
div.DivClassName
{
background-color: #BBDCBE;
}
.BgClassName
{
background-color: #BBDCBE;
}
</style>
border-color css
<style>
span { border-color: #BBDCBE; }
span { border-color: rgb(187,220,190); }
td.TdClassName
{
border-color: #BBDCBE;
}
.TagClassName
{
border-color: #BBDCBE;
}
</style>