Shades of Surf #BADBBC
Tints of Surf #BADBBC
RGB
CMYK
RGB Variations
Color information
#BADBBC (or 0xBADBBC) is known color: Surf. HEX triplet: BA, DB and BC. RGB value is (186,219,188). Sum of RGB (Red+Green+Blue) = 186+219+188=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBBC is #452443. Grayscale: #CDCDCD. Windows color (decimal): -4531268 or 12377018. OLE color: 12377018.
HSL color Cylindrical-coordinate representation of color #BADBBC: hue angle of 123.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBBC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 188 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.14 |
| HSL | 123.64º | 0.31% | 0.79% | - |
| HSV(B) | 123.64º | 0.15% | 0.86% | - |
| XYZ | 54.66 | 64.73 | 57.19 | - |
| YUV | 205.6 | 118.07 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 188 | 0.15 | 0 | 0.14 | 0.14 | 123.64 | 0.31 | 0.79 |
| Hex | BA | DB | BC | F | 0 | E | E | 7C | 1F | 4F |
| Octal | 272 | 333 | 274 | 17 | 0 | 16 | 16 | 174 | 37 | 117 |
| Binary | 10111010 | 11011011 | 10111100 | 1111 | 0 | 1110 | 1110 | 1111100 | 11111 | 1001111 |
Color Harmonies of #BADBBC
Complementary color
Monochromatic Colors of #BADBBC
Black with #BADBBC
Text Example
Text Example
White with #BADBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBBC; }
p { color: rgb(186,219,188); }
H1.HeaderClassName
{
color: #BADBBC;
}
.AnyTagClassName
{
color: #BADBBC;
}
</style>
background-color css
<style>
a { background-color: #BADBBC; }
a { background-color: rgb(186,219,188); }
div.DivClassName
{
background-color: #BADBBC;
}
.BgClassName
{
background-color: #BADBBC;
}
</style>
border-color css
<style>
span { border-color: #BADBBC; }
span { border-color: rgb(186,219,188); }
td.TdClassName
{
border-color: #BADBBC;
}
.TagClassName
{
border-color: #BADBBC;
}
</style>