Shades of Surf Crest #BCDAB2
Tints of Surf Crest #BCDAB2
RGB
CMYK
RGB Variations
Color information
#BCDAB2 (or 0xBCDAB2) is known color: Surf Crest. HEX triplet: BC, DA and B2. RGB value is (188,218,178). Sum of RGB (Red+Green+Blue) = 188+218+178=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDAB2 is #43254D. Grayscale: #CCCCCC. Windows color (decimal): -4400462 or 11721404. OLE color: 11721404.
HSL color Cylindrical-coordinate representation of color #BCDAB2: hue angle of 105º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDAB2 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 178 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.15 |
| HSL | 105º | 0.35% | 0.78% | - |
| HSV(B) | 105º | 0.18% | 0.85% | - |
| XYZ | 53.85 | 64.05 | 51.64 | - |
| YUV | 204.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 178 | 0.14 | 0 | 0.18 | 0.15 | 105 | 0.35 | 0.78 |
| Hex | BC | DA | B2 | E | 0 | 12 | F | 69 | 23 | 4E |
| Octal | 274 | 332 | 262 | 16 | 0 | 22 | 17 | 151 | 43 | 116 |
| Binary | 10111100 | 11011010 | 10110010 | 1110 | 0 | 10010 | 1111 | 1101001 | 100011 | 1001110 |
Color Harmonies of #BCDAB2
Complementary color
Monochromatic Colors of #BCDAB2
Black with #BCDAB2
Text Example
Text Example
White with #BCDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAB2; }
p { color: rgb(188,218,178); }
H1.HeaderClassName
{
color: #BCDAB2;
}
.AnyTagClassName
{
color: #BCDAB2;
}
</style>
background-color css
<style>
a { background-color: #BCDAB2; }
a { background-color: rgb(188,218,178); }
div.DivClassName
{
background-color: #BCDAB2;
}
.BgClassName
{
background-color: #BCDAB2;
}
</style>
border-color css
<style>
span { border-color: #BCDAB2; }
span { border-color: rgb(188,218,178); }
td.TdClassName
{
border-color: #BCDAB2;
}
.TagClassName
{
border-color: #BCDAB2;
}
</style>