Shades of Surf Crest #BCCEB3
Tints of Surf Crest #BCCEB3
RGB
CMYK
RGB Variations
Color information
#BCCEB3 (or 0xBCCEB3) is known color: Surf Crest. HEX triplet: BC, CE and B3. RGB value is (188,206,179). Sum of RGB (Red+Green+Blue) = 188+206+179=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCEB3 is #43314C. Grayscale: #C5C5C5. Windows color (decimal): -4403533 or 11783868. OLE color: 11783868.
HSL color Cylindrical-coordinate representation of color #BCCEB3: hue angle of 100º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCEB3 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 179 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.19 |
| HSL | 100º | 0.22% | 0.75% | - |
| HSV(B) | 100º | 0.13% | 0.81% | - |
| XYZ | 50.95 | 58.09 | 51.17 | - |
| YUV | 197.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 179 | 0.09 | 0 | 0.13 | 0.19 | 100 | 0.22 | 0.75 |
| Hex | BC | CE | B3 | 9 | 0 | D | 13 | 64 | 16 | 4B |
| Octal | 274 | 316 | 263 | 11 | 0 | 15 | 23 | 144 | 26 | 113 |
| Binary | 10111100 | 11001110 | 10110011 | 1001 | 0 | 1101 | 10011 | 1100100 | 10110 | 1001011 |
Color Harmonies of #BCCEB3
Complementary color
Monochromatic Colors of #BCCEB3
Black with #BCCEB3
Text Example
Text Example
White with #BCCEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEB3; }
p { color: rgb(188,206,179); }
H1.HeaderClassName
{
color: #BCCEB3;
}
.AnyTagClassName
{
color: #BCCEB3;
}
</style>
background-color css
<style>
a { background-color: #BCCEB3; }
a { background-color: rgb(188,206,179); }
div.DivClassName
{
background-color: #BCCEB3;
}
.BgClassName
{
background-color: #BCCEB3;
}
</style>
border-color css
<style>
span { border-color: #BCCEB3; }
span { border-color: rgb(188,206,179); }
td.TdClassName
{
border-color: #BCCEB3;
}
.TagClassName
{
border-color: #BCCEB3;
}
</style>