Shades of Surf Crest #BCCCB9
Tints of Surf Crest #BCCCB9
RGB
CMYK
RGB Variations
Color information
#BCCCB9 (or 0xBCCCB9) is known color: Surf Crest. HEX triplet: BC, CC and B9. RGB value is (188,204,185). Sum of RGB (Red+Green+Blue) = 188+204+185=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB9 is #433346. Grayscale: #C5C5C5. Windows color (decimal): -4404039 or 12176572. OLE color: 12176572.
HSL color Cylindrical-coordinate representation of color #BCCCB9: hue angle of 110.53º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCCB9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 185 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.2 |
| HSL | 110.53º | 0.16% | 0.76% | - |
| HSV(B) | 110.53º | 0.09% | 0.8% | - |
| XYZ | 51.09 | 57.38 | 54.28 | - |
| YUV | 197.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 185 | 0.08 | 0 | 0.09 | 0.2 | 110.53 | 0.16 | 0.76 |
| Hex | BC | CC | B9 | 8 | 0 | 9 | 14 | 6F | 10 | 4C |
| Octal | 274 | 314 | 271 | 10 | 0 | 11 | 24 | 157 | 20 | 114 |
| Binary | 10111100 | 11001100 | 10111001 | 1000 | 0 | 1001 | 10100 | 1101111 | 10000 | 1001100 |
Color Harmonies of #BCCCB9
Complementary color
Monochromatic Colors of #BCCCB9
Black with #BCCCB9
Text Example
Text Example
White with #BCCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCB9; }
p { color: rgb(188,204,185); }
H1.HeaderClassName
{
color: #BCCCB9;
}
.AnyTagClassName
{
color: #BCCCB9;
}
</style>
background-color css
<style>
a { background-color: #BCCCB9; }
a { background-color: rgb(188,204,185); }
div.DivClassName
{
background-color: #BCCCB9;
}
.BgClassName
{
background-color: #BCCCB9;
}
</style>
border-color css
<style>
span { border-color: #BCCCB9; }
span { border-color: rgb(188,204,185); }
td.TdClassName
{
border-color: #BCCCB9;
}
.TagClassName
{
border-color: #BCCCB9;
}
</style>