Shades of Surf #BACEBF
Tints of Surf #BACEBF
RGB
CMYK
RGB Variations
Color information
#BACEBF (or 0xBACEBF) is known color: Surf. HEX triplet: BA, CE and BF. RGB value is (186,206,191). Sum of RGB (Red+Green+Blue) = 186+206+191=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 191 (75% from 255 or 32.76% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEBF is #453140. Grayscale: #C6C6C6. Windows color (decimal): -4534593 or 12570298. OLE color: 12570298.
HSL color Cylindrical-coordinate representation of color #BACEBF: hue angle of 135º 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 #BACEBF is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 191 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.19 |
| HSL | 135º | 0.17% | 0.77% | - |
| HSV(B) | 135º | 0.1% | 0.81% | - |
| XYZ | 51.72 | 58.34 | 57.83 | - |
| YUV | 198.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 191 | 0.10 | 0 | 0.07 | 0.19 | 135 | 0.17 | 0.77 |
| Hex | BA | CE | BF | A | 0 | 7 | 13 | 87 | 11 | 4D |
| Octal | 272 | 316 | 277 | 12 | 0 | 7 | 23 | 207 | 21 | 115 |
| Binary | 10111010 | 11001110 | 10111111 | 1010 | 0 | 111 | 10011 | 10000111 | 10001 | 1001101 |
Color Harmonies of #BACEBF
Complementary color
Monochromatic Colors of #BACEBF
Black with #BACEBF
Text Example
Text Example
White with #BACEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEBF; }
p { color: rgb(186,206,191); }
H1.HeaderClassName
{
color: #BACEBF;
}
.AnyTagClassName
{
color: #BACEBF;
}
</style>
background-color css
<style>
a { background-color: #BACEBF; }
a { background-color: rgb(186,206,191); }
div.DivClassName
{
background-color: #BACEBF;
}
.BgClassName
{
background-color: #BACEBF;
}
</style>
border-color css
<style>
span { border-color: #BACEBF; }
span { border-color: rgb(186,206,191); }
td.TdClassName
{
border-color: #BACEBF;
}
.TagClassName
{
border-color: #BACEBF;
}
</style>