Shades of Surf Crest #C2D5BC
Tints of Surf Crest #C2D5BC
RGB
CMYK
RGB Variations
Color information
#C2D5BC (or 0xC2D5BC) is known color: Surf Crest. HEX triplet: C2, D5 and BC. RGB value is (194,213,188). Sum of RGB (Red+Green+Blue) = 194+213+188=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D5BC is #3D2A43. Grayscale: #CCCCCC. Windows color (decimal): -4008516 or 12375490. OLE color: 12375490.
HSL color Cylindrical-coordinate representation of color #C2D5BC: hue angle of 105.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D5BC is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 213 | 188 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.16 |
| HSL | 105.6º | 0.23% | 0.79% | - |
| HSV(B) | 105.6º | 0.12% | 0.84% | - |
| XYZ | 55.12 | 62.69 | 56.77 | - |
| YUV | 204.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 213 | 188 | 0.09 | 0 | 0.12 | 0.16 | 105.6 | 0.23 | 0.79 |
| Hex | C2 | D5 | BC | 9 | 0 | C | 10 | 6A | 17 | 4F |
| Octal | 302 | 325 | 274 | 11 | 0 | 14 | 20 | 152 | 27 | 117 |
| Binary | 11000010 | 11010101 | 10111100 | 1001 | 0 | 1100 | 10000 | 1101010 | 10111 | 1001111 |
Color Harmonies of #C2D5BC
Complementary color
Monochromatic Colors of #C2D5BC
Black with #C2D5BC
Text Example
Text Example
White with #C2D5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D5BC; }
p { color: rgb(194,213,188); }
H1.HeaderClassName
{
color: #C2D5BC;
}
.AnyTagClassName
{
color: #C2D5BC;
}
</style>
background-color css
<style>
a { background-color: #C2D5BC; }
a { background-color: rgb(194,213,188); }
div.DivClassName
{
background-color: #C2D5BC;
}
.BgClassName
{
background-color: #C2D5BC;
}
</style>
border-color css
<style>
span { border-color: #C2D5BC; }
span { border-color: rgb(194,213,188); }
td.TdClassName
{
border-color: #C2D5BC;
}
.TagClassName
{
border-color: #C2D5BC;
}
</style>