Shades of Surf Crest #BCCBB9
Tints of Surf Crest #BCCBB9
RGB
CMYK
RGB Variations
Color information
#BCCBB9 (or 0xBCCBB9) is known color: Surf Crest. HEX triplet: BC, CB and B9. RGB value is (188,203,185). Sum of RGB (Red+Green+Blue) = 188+203+185=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBB9 is #433446. Grayscale: #C4C4C4. Windows color (decimal): -4404295 or 12176316. OLE color: 12176316.
HSL color Cylindrical-coordinate representation of color #BCCBB9: hue angle of 110º degrees, saturation: 0.15, 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 #BCCBB9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 185 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.20 |
| HSL | 110º | 0.15% | 0.76% | - |
| HSV(B) | 110º | 0.09% | 0.8% | - |
| XYZ | 50.85 | 56.91 | 54.2 | - |
| YUV | 196.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 185 | 0.07 | 0 | 0.09 | 0.20 | 110 | 0.15 | 0.76 |
| Hex | BC | CB | B9 | 7 | 0 | 9 | 14 | 6E | F | 4C |
| Octal | 274 | 313 | 271 | 7 | 0 | 11 | 24 | 156 | 17 | 114 |
| Binary | 10111100 | 11001011 | 10111001 | 111 | 0 | 1001 | 10100 | 1101110 | 1111 | 1001100 |
Color Harmonies of #BCCBB9
Complementary color
Monochromatic Colors of #BCCBB9
Black with #BCCBB9
Text Example
Text Example
White with #BCCBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBB9; }
p { color: rgb(188,203,185); }
H1.HeaderClassName
{
color: #BCCBB9;
}
.AnyTagClassName
{
color: #BCCBB9;
}
</style>
background-color css
<style>
a { background-color: #BCCBB9; }
a { background-color: rgb(188,203,185); }
div.DivClassName
{
background-color: #BCCBB9;
}
.BgClassName
{
background-color: #BCCBB9;
}
</style>
border-color css
<style>
span { border-color: #BCCBB9; }
span { border-color: rgb(188,203,185); }
td.TdClassName
{
border-color: #BCCBB9;
}
.TagClassName
{
border-color: #BCCBB9;
}
</style>