Shades of Surf #BBDCBC
Tints of Surf #BBDCBC
RGB
CMYK
RGB Variations
Color information
#BBDCBC (or 0xBBDCBC) is known color: Surf. HEX triplet: BB, DC and BC. RGB value is (187,220,188). Sum of RGB (Red+Green+Blue) = 187+220+188=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDCBC is #442343. Grayscale: #CECECE. Windows color (decimal): -4465476 or 12377275. OLE color: 12377275.
HSL color Cylindrical-coordinate representation of color #BBDCBC: hue angle of 121.82º 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 #BBDCBC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 188 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.14 |
| HSL | 121.82º | 0.32% | 0.8% | - |
| HSV(B) | 121.82º | 0.15% | 0.86% | - |
| XYZ | 55.16 | 65.38 | 57.29 | - |
| YUV | 206.49 | 117.57 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 188 | 0.15 | 0 | 0.15 | 0.14 | 121.82 | 0.32 | 0.8 |
| Hex | BB | DC | BC | F | 0 | F | E | 7A | 20 | 50 |
| Octal | 273 | 334 | 274 | 17 | 0 | 17 | 16 | 172 | 40 | 120 |
| Binary | 10111011 | 11011100 | 10111100 | 1111 | 0 | 1111 | 1110 | 1111010 | 100000 | 1010000 |
Color Harmonies of #BBDCBC
Complementary color
Monochromatic Colors of #BBDCBC
Black with #BBDCBC
Text Example
Text Example
White with #BBDCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDCBC; }
p { color: rgb(187,220,188); }
H1.HeaderClassName
{
color: #BBDCBC;
}
.AnyTagClassName
{
color: #BBDCBC;
}
</style>
background-color css
<style>
a { background-color: #BBDCBC; }
a { background-color: rgb(187,220,188); }
div.DivClassName
{
background-color: #BBDCBC;
}
.BgClassName
{
background-color: #BBDCBC;
}
</style>
border-color css
<style>
span { border-color: #BBDCBC; }
span { border-color: rgb(187,220,188); }
td.TdClassName
{
border-color: #BBDCBC;
}
.TagClassName
{
border-color: #BBDCBC;
}
</style>