Shades of Surf #BACEBD
Tints of Surf #BACEBD
RGB
CMYK
RGB Variations
Color information
#BACEBD (or 0xBACEBD) is known color: Surf. HEX triplet: BA, CE and BD. RGB value is (186,206,189). Sum of RGB (Red+Green+Blue) = 186+206+189=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEBD is #453142. Grayscale: #C6C6C6. Windows color (decimal): -4534595 or 12439226. OLE color: 12439226.
HSL color Cylindrical-coordinate representation of color #BACEBD: hue angle of 129º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACEBD is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 189 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.19 |
| HSL | 129º | 0.17% | 0.77% | - |
| HSV(B) | 129º | 0.1% | 0.81% | - |
| XYZ | 51.51 | 58.26 | 56.67 | - |
| YUV | 198.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 189 | 0.10 | 0 | 0.08 | 0.19 | 129 | 0.17 | 0.77 |
| Hex | BA | CE | BD | A | 0 | 8 | 13 | 81 | 11 | 4D |
| Octal | 272 | 316 | 275 | 12 | 0 | 10 | 23 | 201 | 21 | 115 |
| Binary | 10111010 | 11001110 | 10111101 | 1010 | 0 | 1000 | 10011 | 10000001 | 10001 | 1001101 |
Color Harmonies of #BACEBD
Complementary color
Monochromatic Colors of #BACEBD
Black with #BACEBD
Text Example
Text Example
White with #BACEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEBD; }
p { color: rgb(186,206,189); }
H1.HeaderClassName
{
color: #BACEBD;
}
.AnyTagClassName
{
color: #BACEBD;
}
</style>
background-color css
<style>
a { background-color: #BACEBD; }
a { background-color: rgb(186,206,189); }
div.DivClassName
{
background-color: #BACEBD;
}
.BgClassName
{
background-color: #BACEBD;
}
</style>
border-color css
<style>
span { border-color: #BACEBD; }
span { border-color: rgb(186,206,189); }
td.TdClassName
{
border-color: #BACEBD;
}
.TagClassName
{
border-color: #BACEBD;
}
</style>