Shades of Surf Crest #BCCBB6
Tints of Surf Crest #BCCBB6
RGB
CMYK
RGB Variations
Color information
#BCCBB6 (or 0xBCCBB6) is known color: Surf Crest. HEX triplet: BC, CB and B6. RGB value is (188,203,182). Sum of RGB (Red+Green+Blue) = 188+203+182=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBB6 is #433449. Grayscale: #C4C4C4. Windows color (decimal): -4404298 or 11979708. OLE color: 11979708.
HSL color Cylindrical-coordinate representation of color #BCCBB6: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCCBB6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 182 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.20 |
| HSL | 102.86º | 0.17% | 0.75% | - |
| HSV(B) | 102.86º | 0.1% | 0.8% | - |
| XYZ | 50.54 | 56.78 | 52.55 | - |
| YUV | 196.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 182 | 0.07 | 0 | 0.10 | 0.20 | 102.86 | 0.17 | 0.75 |
| Hex | BC | CB | B6 | 7 | 0 | A | 14 | 67 | 11 | 4B |
| Octal | 274 | 313 | 266 | 7 | 0 | 12 | 24 | 147 | 21 | 113 |
| Binary | 10111100 | 11001011 | 10110110 | 111 | 0 | 1010 | 10100 | 1100111 | 10001 | 1001011 |
Color Harmonies of #BCCBB6
Complementary color
Monochromatic Colors of #BCCBB6
Black with #BCCBB6
Text Example
Text Example
White with #BCCBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBB6; }
p { color: rgb(188,203,182); }
H1.HeaderClassName
{
color: #BCCBB6;
}
.AnyTagClassName
{
color: #BCCBB6;
}
</style>
background-color css
<style>
a { background-color: #BCCBB6; }
a { background-color: rgb(188,203,182); }
div.DivClassName
{
background-color: #BCCBB6;
}
.BgClassName
{
background-color: #BCCBB6;
}
</style>
border-color css
<style>
span { border-color: #BCCBB6; }
span { border-color: rgb(188,203,182); }
td.TdClassName
{
border-color: #BCCBB6;
}
.TagClassName
{
border-color: #BCCBB6;
}
</style>