Shades of Surf Crest #BCCFB8
Tints of Surf Crest #BCCFB8
RGB
CMYK
RGB Variations
Color information
#BCCFB8 (or 0xBCCFB8) is known color: Surf Crest. HEX triplet: BC, CF and B8. RGB value is (188,207,184). Sum of RGB (Red+Green+Blue) = 188+207+184=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCFB8 is #433047. Grayscale: #C6C6C6. Windows color (decimal): -4403272 or 12111804. OLE color: 12111804.
HSL color Cylindrical-coordinate representation of color #BCCFB8: hue angle of 109.57º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCFB8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 184 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.19 |
| HSL | 109.57º | 0.19% | 0.77% | - |
| HSV(B) | 109.57º | 0.11% | 0.81% | - |
| XYZ | 51.7 | 58.78 | 53.97 | - |
| YUV | 198.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 184 | 0.09 | 0 | 0.11 | 0.19 | 109.57 | 0.19 | 0.77 |
| Hex | BC | CF | B8 | 9 | 0 | B | 13 | 6E | 13 | 4D |
| Octal | 274 | 317 | 270 | 11 | 0 | 13 | 23 | 156 | 23 | 115 |
| Binary | 10111100 | 11001111 | 10111000 | 1001 | 0 | 1011 | 10011 | 1101110 | 10011 | 1001101 |
Color Harmonies of #BCCFB8
Complementary color
Monochromatic Colors of #BCCFB8
Black with #BCCFB8
Text Example
Text Example
White with #BCCFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFB8; }
p { color: rgb(188,207,184); }
H1.HeaderClassName
{
color: #BCCFB8;
}
.AnyTagClassName
{
color: #BCCFB8;
}
</style>
background-color css
<style>
a { background-color: #BCCFB8; }
a { background-color: rgb(188,207,184); }
div.DivClassName
{
background-color: #BCCFB8;
}
.BgClassName
{
background-color: #BCCFB8;
}
</style>
border-color css
<style>
span { border-color: #BCCFB8; }
span { border-color: rgb(188,207,184); }
td.TdClassName
{
border-color: #BCCFB8;
}
.TagClassName
{
border-color: #BCCFB8;
}
</style>