Shades of Surf Crest #BACEB1
Tints of Surf Crest #BACEB1
RGB
CMYK
RGB Variations
Color information
#BACEB1 (or 0xBACEB1) is known color: Surf Crest. HEX triplet: BA, CE and B1. RGB value is (186,206,177). Sum of RGB (Red+Green+Blue) = 186+206+177=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEB1 is #45314E. Grayscale: #C4C4C4. Windows color (decimal): -4534607 or 11652794. OLE color: 11652794.
HSL color Cylindrical-coordinate representation of color #BACEB1: hue angle of 101.38º degrees, saturation: 0.23, 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 #BACEB1 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 177 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.19 |
| HSL | 101.38º | 0.23% | 0.75% | - |
| HSV(B) | 101.38º | 0.14% | 0.81% | - |
| XYZ | 50.26 | 57.76 | 50.09 | - |
| YUV | 196.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 177 | 0.10 | 0 | 0.14 | 0.19 | 101.38 | 0.23 | 0.75 |
| Hex | BA | CE | B1 | A | 0 | E | 13 | 65 | 17 | 4B |
| Octal | 272 | 316 | 261 | 12 | 0 | 16 | 23 | 145 | 27 | 113 |
| Binary | 10111010 | 11001110 | 10110001 | 1010 | 0 | 1110 | 10011 | 1100101 | 10111 | 1001011 |
Color Harmonies of #BACEB1
Complementary color
Monochromatic Colors of #BACEB1
Black with #BACEB1
Text Example
Text Example
White with #BACEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEB1; }
p { color: rgb(186,206,177); }
H1.HeaderClassName
{
color: #BACEB1;
}
.AnyTagClassName
{
color: #BACEB1;
}
</style>
background-color css
<style>
a { background-color: #BACEB1; }
a { background-color: rgb(186,206,177); }
div.DivClassName
{
background-color: #BACEB1;
}
.BgClassName
{
background-color: #BACEB1;
}
</style>
border-color css
<style>
span { border-color: #BACEB1; }
span { border-color: rgb(186,206,177); }
td.TdClassName
{
border-color: #BACEB1;
}
.TagClassName
{
border-color: #BACEB1;
}
</style>