Shades of Surf Crest #BACDB1
Tints of Surf Crest #BACDB1
RGB
CMYK
RGB Variations
Color information
#BACDB1 (or 0xBACDB1) is known color: Surf Crest. HEX triplet: BA, CD and B1. RGB value is (186,205,177). Sum of RGB (Red+Green+Blue) = 186+205+177=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDB1 is #45324E. Grayscale: #C4C4C4. Windows color (decimal): -4534863 or 11652538. OLE color: 11652538.
HSL color Cylindrical-coordinate representation of color #BACDB1: hue angle of 100.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACDB1 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 177 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.20 |
| HSL | 100.71º | 0.22% | 0.75% | - |
| HSV(B) | 100.71º | 0.14% | 0.8% | - |
| XYZ | 50.02 | 57.28 | 50.01 | - |
| YUV | 196.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 177 | 0.09 | 0 | 0.14 | 0.20 | 100.71 | 0.22 | 0.75 |
| Hex | BA | CD | B1 | 9 | 0 | E | 14 | 65 | 16 | 4B |
| Octal | 272 | 315 | 261 | 11 | 0 | 16 | 24 | 145 | 26 | 113 |
| Binary | 10111010 | 11001101 | 10110001 | 1001 | 0 | 1110 | 10100 | 1100101 | 10110 | 1001011 |
Color Harmonies of #BACDB1
Complementary color
Monochromatic Colors of #BACDB1
Black with #BACDB1
Text Example
Text Example
White with #BACDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDB1; }
p { color: rgb(186,205,177); }
H1.HeaderClassName
{
color: #BACDB1;
}
.AnyTagClassName
{
color: #BACDB1;
}
</style>
background-color css
<style>
a { background-color: #BACDB1; }
a { background-color: rgb(186,205,177); }
div.DivClassName
{
background-color: #BACDB1;
}
.BgClassName
{
background-color: #BACDB1;
}
</style>
border-color css
<style>
span { border-color: #BACDB1; }
span { border-color: rgb(186,205,177); }
td.TdClassName
{
border-color: #BACDB1;
}
.TagClassName
{
border-color: #BACDB1;
}
</style>