Shades of Surf Crest #BCD6B2
Tints of Surf Crest #BCD6B2
RGB
CMYK
RGB Variations
Color information
#BCD6B2 (or 0xBCD6B2) is known color: Surf Crest. HEX triplet: BC, D6 and B2. RGB value is (188,214,178). Sum of RGB (Red+Green+Blue) = 188+214+178=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 178 (69.92% from 255 or 30.69% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD6B2 is #43294D. Grayscale: #CACACA. Windows color (decimal): -4401486 or 11720380. OLE color: 11720380.
HSL color Cylindrical-coordinate representation of color #BCD6B2: hue angle of 103.33º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD6B2 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 178 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.16 |
| HSL | 103.33º | 0.31% | 0.77% | - |
| HSV(B) | 103.33º | 0.17% | 0.84% | - |
| XYZ | 52.82 | 62 | 51.3 | - |
| YUV | 202.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 178 | 0.12 | 0 | 0.17 | 0.16 | 103.33 | 0.31 | 0.77 |
| Hex | BC | D6 | B2 | C | 0 | 11 | 10 | 67 | 1F | 4D |
| Octal | 274 | 326 | 262 | 14 | 0 | 21 | 20 | 147 | 37 | 115 |
| Binary | 10111100 | 11010110 | 10110010 | 1100 | 0 | 10001 | 10000 | 1100111 | 11111 | 1001101 |
Color Harmonies of #BCD6B2
Complementary color
Monochromatic Colors of #BCD6B2
Black with #BCD6B2
Text Example
Text Example
White with #BCD6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6B2; }
p { color: rgb(188,214,178); }
H1.HeaderClassName
{
color: #BCD6B2;
}
.AnyTagClassName
{
color: #BCD6B2;
}
</style>
background-color css
<style>
a { background-color: #BCD6B2; }
a { background-color: rgb(188,214,178); }
div.DivClassName
{
background-color: #BCD6B2;
}
.BgClassName
{
background-color: #BCD6B2;
}
</style>
border-color css
<style>
span { border-color: #BCD6B2; }
span { border-color: rgb(188,214,178); }
td.TdClassName
{
border-color: #BCD6B2;
}
.TagClassName
{
border-color: #BCD6B2;
}
</style>