Shades of Surf Crest #BCCFB6
Tints of Surf Crest #BCCFB6
RGB
CMYK
RGB Variations
Color information
#BCCFB6 (or 0xBCCFB6) is known color: Surf Crest. HEX triplet: BC, CF and B6. RGB value is (188,207,182). Sum of RGB (Red+Green+Blue) = 188+207+182=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB6 is #433049. Grayscale: #C6C6C6. Windows color (decimal): -4403274 or 11980732. OLE color: 11980732.
HSL color Cylindrical-coordinate representation of color #BCCFB6: hue angle of 105.6º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCFB6 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 182 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.19 |
| HSL | 105.6º | 0.21% | 0.76% | - |
| HSV(B) | 105.6º | 0.12% | 0.81% | - |
| XYZ | 51.5 | 58.69 | 52.87 | - |
| YUV | 198.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 182 | 0.09 | 0 | 0.12 | 0.19 | 105.6 | 0.21 | 0.76 |
| Hex | BC | CF | B6 | 9 | 0 | C | 13 | 6A | 15 | 4C |
| Octal | 274 | 317 | 266 | 11 | 0 | 14 | 23 | 152 | 25 | 114 |
| Binary | 10111100 | 11001111 | 10110110 | 1001 | 0 | 1100 | 10011 | 1101010 | 10101 | 1001100 |
Color Harmonies of #BCCFB6
Complementary color
Monochromatic Colors of #BCCFB6
Black with #BCCFB6
Text Example
Text Example
White with #BCCFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFB6; }
p { color: rgb(188,207,182); }
H1.HeaderClassName
{
color: #BCCFB6;
}
.AnyTagClassName
{
color: #BCCFB6;
}
</style>
background-color css
<style>
a { background-color: #BCCFB6; }
a { background-color: rgb(188,207,182); }
div.DivClassName
{
background-color: #BCCFB6;
}
.BgClassName
{
background-color: #BCCFB6;
}
</style>
border-color css
<style>
span { border-color: #BCCFB6; }
span { border-color: rgb(188,207,182); }
td.TdClassName
{
border-color: #BCCFB6;
}
.TagClassName
{
border-color: #BCCFB6;
}
</style>