Shades of Surf Crest #BCDCB6
Tints of Surf Crest #BCDCB6
RGB
CMYK
RGB Variations
Color information
#BCDCB6 (or 0xBCDCB6) is known color: Surf Crest. HEX triplet: BC, DC and B6. RGB value is (188,220,182). Sum of RGB (Red+Green+Blue) = 188+220+182=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCB6 is #432349. Grayscale: #CECECE. Windows color (decimal): -4399946 or 11984060. OLE color: 11984060.
HSL color Cylindrical-coordinate representation of color #BCDCB6: hue angle of 110.53º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDCB6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 182 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.14 |
| HSL | 110.53º | 0.35% | 0.79% | - |
| HSV(B) | 110.53º | 0.17% | 0.86% | - |
| XYZ | 54.78 | 65.26 | 53.96 | - |
| YUV | 206.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 182 | 0.15 | 0 | 0.17 | 0.14 | 110.53 | 0.35 | 0.79 |
| Hex | BC | DC | B6 | F | 0 | 11 | E | 6F | 23 | 4F |
| Octal | 274 | 334 | 266 | 17 | 0 | 21 | 16 | 157 | 43 | 117 |
| Binary | 10111100 | 11011100 | 10110110 | 1111 | 0 | 10001 | 1110 | 1101111 | 100011 | 1001111 |
Color Harmonies of #BCDCB6
Complementary color
Monochromatic Colors of #BCDCB6
Black with #BCDCB6
Text Example
Text Example
White with #BCDCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCB6; }
p { color: rgb(188,220,182); }
H1.HeaderClassName
{
color: #BCDCB6;
}
.AnyTagClassName
{
color: #BCDCB6;
}
</style>
background-color css
<style>
a { background-color: #BCDCB6; }
a { background-color: rgb(188,220,182); }
div.DivClassName
{
background-color: #BCDCB6;
}
.BgClassName
{
background-color: #BCDCB6;
}
</style>
border-color css
<style>
span { border-color: #BCDCB6; }
span { border-color: rgb(188,220,182); }
td.TdClassName
{
border-color: #BCDCB6;
}
.TagClassName
{
border-color: #BCDCB6;
}
</style>