Shades of Surf Crest #BACEB0
Tints of Surf Crest #BACEB0
RGB
CMYK
RGB Variations
Color information
#BACEB0 (or 0xBACEB0) is known color: Surf Crest. HEX triplet: BA, CE and B0. RGB value is (186,206,176). Sum of RGB (Red+Green+Blue) = 186+206+176=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEB0 is #45314F. Grayscale: #C4C4C4. Windows color (decimal): -4534608 or 11587258. OLE color: 11587258.
HSL color Cylindrical-coordinate representation of color #BACEB0: hue angle of 100º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACEB0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 176 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.19 |
| HSL | 100º | 0.23% | 0.75% | - |
| HSV(B) | 100º | 0.15% | 0.81% | - |
| XYZ | 50.16 | 57.72 | 49.57 | - |
| YUV | 196.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 176 | 0.10 | 0 | 0.15 | 0.19 | 100 | 0.23 | 0.75 |
| Hex | BA | CE | B0 | A | 0 | F | 13 | 64 | 17 | 4B |
| Octal | 272 | 316 | 260 | 12 | 0 | 17 | 23 | 144 | 27 | 113 |
| Binary | 10111010 | 11001110 | 10110000 | 1010 | 0 | 1111 | 10011 | 1100100 | 10111 | 1001011 |
Color Harmonies of #BACEB0
Complementary color
Monochromatic Colors of #BACEB0
Black with #BACEB0
Text Example
Text Example
White with #BACEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEB0; }
p { color: rgb(186,206,176); }
H1.HeaderClassName
{
color: #BACEB0;
}
.AnyTagClassName
{
color: #BACEB0;
}
</style>
background-color css
<style>
a { background-color: #BACEB0; }
a { background-color: rgb(186,206,176); }
div.DivClassName
{
background-color: #BACEB0;
}
.BgClassName
{
background-color: #BACEB0;
}
</style>
border-color css
<style>
span { border-color: #BACEB0; }
span { border-color: rgb(186,206,176); }
td.TdClassName
{
border-color: #BACEB0;
}
.TagClassName
{
border-color: #BACEB0;
}
</style>