Shades of Surf Crest #BACDB2
Tints of Surf Crest #BACDB2
RGB
CMYK
RGB Variations
Color information
#BACDB2 (or 0xBACDB2) is known color: Surf Crest. HEX triplet: BA, CD and B2. RGB value is (186,205,178). Sum of RGB (Red+Green+Blue) = 186+205+178=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDB2 is #45324D. Grayscale: #C4C4C4. Windows color (decimal): -4534862 or 11718074. OLE color: 11718074.
HSL color Cylindrical-coordinate representation of color #BACDB2: hue angle of 102.22º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACDB2 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 178 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.20 |
| HSL | 102.22º | 0.21% | 0.75% | - |
| HSV(B) | 102.22º | 0.13% | 0.8% | - |
| XYZ | 50.12 | 57.32 | 50.54 | - |
| YUV | 196.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 178 | 0.09 | 0 | 0.13 | 0.20 | 102.22 | 0.21 | 0.75 |
| Hex | BA | CD | B2 | 9 | 0 | D | 14 | 66 | 15 | 4B |
| Octal | 272 | 315 | 262 | 11 | 0 | 15 | 24 | 146 | 25 | 113 |
| Binary | 10111010 | 11001101 | 10110010 | 1001 | 0 | 1101 | 10100 | 1100110 | 10101 | 1001011 |
Color Harmonies of #BACDB2
Complementary color
Monochromatic Colors of #BACDB2
Black with #BACDB2
Text Example
Text Example
White with #BACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDB2; }
p { color: rgb(186,205,178); }
H1.HeaderClassName
{
color: #BACDB2;
}
.AnyTagClassName
{
color: #BACDB2;
}
</style>
background-color css
<style>
a { background-color: #BACDB2; }
a { background-color: rgb(186,205,178); }
div.DivClassName
{
background-color: #BACDB2;
}
.BgClassName
{
background-color: #BACDB2;
}
</style>
border-color css
<style>
span { border-color: #BACDB2; }
span { border-color: rgb(186,205,178); }
td.TdClassName
{
border-color: #BACDB2;
}
.TagClassName
{
border-color: #BACDB2;
}
</style>