Shades of Surf Crest #BCDAB7
Tints of Surf Crest #BCDAB7
RGB
CMYK
RGB Variations
Color information
#BCDAB7 (or 0xBCDAB7) is known color: Surf Crest. HEX triplet: BC, DA and B7. RGB value is (188,218,183). Sum of RGB (Red+Green+Blue) = 188+218+183=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB7 is #432548. Grayscale: #CDCDCD. Windows color (decimal): -4400457 or 12049084. OLE color: 12049084.
HSL color Cylindrical-coordinate representation of color #BCDAB7: hue angle of 111.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDAB7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 183 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.15 |
| HSL | 111.43º | 0.32% | 0.79% | - |
| HSV(B) | 111.43º | 0.16% | 0.85% | - |
| XYZ | 54.36 | 64.25 | 54.34 | - |
| YUV | 205.04 | 115.56 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 183 | 0.14 | 0 | 0.16 | 0.15 | 111.43 | 0.32 | 0.79 |
| Hex | BC | DA | B7 | E | 0 | 10 | F | 6F | 20 | 4F |
| Octal | 274 | 332 | 267 | 16 | 0 | 20 | 17 | 157 | 40 | 117 |
| Binary | 10111100 | 11011010 | 10110111 | 1110 | 0 | 10000 | 1111 | 1101111 | 100000 | 1001111 |
Color Harmonies of #BCDAB7
Complementary color
Monochromatic Colors of #BCDAB7
Black with #BCDAB7
Text Example
Text Example
White with #BCDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAB7; }
p { color: rgb(188,218,183); }
H1.HeaderClassName
{
color: #BCDAB7;
}
.AnyTagClassName
{
color: #BCDAB7;
}
</style>
background-color css
<style>
a { background-color: #BCDAB7; }
a { background-color: rgb(188,218,183); }
div.DivClassName
{
background-color: #BCDAB7;
}
.BgClassName
{
background-color: #BCDAB7;
}
</style>
border-color css
<style>
span { border-color: #BCDAB7; }
span { border-color: rgb(188,218,183); }
td.TdClassName
{
border-color: #BCDAB7;
}
.TagClassName
{
border-color: #BCDAB7;
}
</style>