Shades of Surf Crest #BCD6B4
Tints of Surf Crest #BCD6B4
RGB
CMYK
RGB Variations
Color information
#BCD6B4 (or 0xBCD6B4) is known color: Surf Crest. HEX triplet: BC, D6 and B4. RGB value is (188,214,180). Sum of RGB (Red+Green+Blue) = 188+214+180=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6B4 is #43294B. Grayscale: #CACACA. Windows color (decimal): -4401484 or 11851452. OLE color: 11851452.
HSL color Cylindrical-coordinate representation of color #BCD6B4: hue angle of 105.88º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD6B4 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 180 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.16 |
| HSL | 105.88º | 0.29% | 0.77% | - |
| HSV(B) | 105.88º | 0.16% | 0.84% | - |
| XYZ | 53.02 | 62.08 | 52.37 | - |
| YUV | 202.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 180 | 0.12 | 0 | 0.16 | 0.16 | 105.88 | 0.29 | 0.77 |
| Hex | BC | D6 | B4 | C | 0 | 10 | 10 | 6A | 1D | 4D |
| Octal | 274 | 326 | 264 | 14 | 0 | 20 | 20 | 152 | 35 | 115 |
| Binary | 10111100 | 11010110 | 10110100 | 1100 | 0 | 10000 | 10000 | 1101010 | 11101 | 1001101 |
Color Harmonies of #BCD6B4
Complementary color
Monochromatic Colors of #BCD6B4
Black with #BCD6B4
Text Example
Text Example
White with #BCD6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD6B4; }
p { color: rgb(188,214,180); }
H1.HeaderClassName
{
color: #BCD6B4;
}
.AnyTagClassName
{
color: #BCD6B4;
}
</style>
background-color css
<style>
a { background-color: #BCD6B4; }
a { background-color: rgb(188,214,180); }
div.DivClassName
{
background-color: #BCD6B4;
}
.BgClassName
{
background-color: #BCD6B4;
}
</style>
border-color css
<style>
span { border-color: #BCD6B4; }
span { border-color: rgb(188,214,180); }
td.TdClassName
{
border-color: #BCD6B4;
}
.TagClassName
{
border-color: #BCD6B4;
}
</style>