Shades of Surf Crest #BACDB4
Tints of Surf Crest #BACDB4
RGB
CMYK
RGB Variations
Color information
#BACDB4 (or 0xBACDB4) is known color: Surf Crest. HEX triplet: BA, CD and B4. RGB value is (186,205,180). Sum of RGB (Red+Green+Blue) = 186+205+180=571 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.57% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDB4 is #45324B. Grayscale: #C4C4C4. Windows color (decimal): -4534860 or 11849146. OLE color: 11849146.
HSL color Cylindrical-coordinate representation of color #BACDB4: hue angle of 105.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACDB4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 180 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.20 |
| HSL | 105.6º | 0.2% | 0.75% | - |
| HSV(B) | 105.6º | 0.12% | 0.8% | - |
| XYZ | 50.32 | 57.4 | 51.61 | - |
| YUV | 196.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 180 | 0.09 | 0 | 0.12 | 0.20 | 105.6 | 0.2 | 0.75 |
| Hex | BA | CD | B4 | 9 | 0 | C | 14 | 6A | 14 | 4B |
| Octal | 272 | 315 | 264 | 11 | 0 | 14 | 24 | 152 | 24 | 113 |
| Binary | 10111010 | 11001101 | 10110100 | 1001 | 0 | 1100 | 10100 | 1101010 | 10100 | 1001011 |
Color Harmonies of #BACDB4
Complementary color
Monochromatic Colors of #BACDB4
Black with #BACDB4
Text Example
Text Example
White with #BACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDB4; }
p { color: rgb(186,205,180); }
H1.HeaderClassName
{
color: #BACDB4;
}
.AnyTagClassName
{
color: #BACDB4;
}
</style>
background-color css
<style>
a { background-color: #BACDB4; }
a { background-color: rgb(186,205,180); }
div.DivClassName
{
background-color: #BACDB4;
}
.BgClassName
{
background-color: #BACDB4;
}
</style>
border-color css
<style>
span { border-color: #BACDB4; }
span { border-color: rgb(186,205,180); }
td.TdClassName
{
border-color: #BACDB4;
}
.TagClassName
{
border-color: #BACDB4;
}
</style>