Shades of Surf Crest #BACEB2
Tints of Surf Crest #BACEB2
RGB
CMYK
RGB Variations
Color information
#BACEB2 (or 0xBACEB2) is known color: Surf Crest. HEX triplet: BA, CE and B2. RGB value is (186,206,178). Sum of RGB (Red+Green+Blue) = 186+206+178=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEB2 is #45314D. Grayscale: #C4C4C4. Windows color (decimal): -4534606 or 11718330. OLE color: 11718330.
HSL color Cylindrical-coordinate representation of color #BACEB2: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACEB2 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 178 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.19 |
| HSL | 102.86º | 0.22% | 0.75% | - |
| HSV(B) | 102.86º | 0.14% | 0.81% | - |
| XYZ | 50.36 | 57.8 | 50.62 | - |
| YUV | 196.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 178 | 0.10 | 0 | 0.14 | 0.19 | 102.86 | 0.22 | 0.75 |
| Hex | BA | CE | B2 | A | 0 | E | 13 | 67 | 16 | 4B |
| Octal | 272 | 316 | 262 | 12 | 0 | 16 | 23 | 147 | 26 | 113 |
| Binary | 10111010 | 11001110 | 10110010 | 1010 | 0 | 1110 | 10011 | 1100111 | 10110 | 1001011 |
Color Harmonies of #BACEB2
Complementary color
Monochromatic Colors of #BACEB2
Black with #BACEB2
Text Example
Text Example
White with #BACEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEB2; }
p { color: rgb(186,206,178); }
H1.HeaderClassName
{
color: #BACEB2;
}
.AnyTagClassName
{
color: #BACEB2;
}
</style>
background-color css
<style>
a { background-color: #BACEB2; }
a { background-color: rgb(186,206,178); }
div.DivClassName
{
background-color: #BACEB2;
}
.BgClassName
{
background-color: #BACEB2;
}
</style>
border-color css
<style>
span { border-color: #BACEB2; }
span { border-color: rgb(186,206,178); }
td.TdClassName
{
border-color: #BACEB2;
}
.TagClassName
{
border-color: #BACEB2;
}
</style>