Shades of Surf Crest #BCCCB5
Tints of Surf Crest #BCCCB5
RGB
CMYK
RGB Variations
Color information
#BCCCB5 (or 0xBCCCB5) is known color: Surf Crest. HEX triplet: BC, CC and B5. RGB value is (188,204,181). Sum of RGB (Red+Green+Blue) = 188+204+181=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCB5 is #43334A. Grayscale: #C4C4C4. Windows color (decimal): -4404043 or 11914428. OLE color: 11914428.
HSL color Cylindrical-coordinate representation of color #BCCCB5: hue angle of 101.74º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCCB5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 181 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.2 |
| HSL | 101.74º | 0.18% | 0.75% | - |
| HSV(B) | 101.74º | 0.11% | 0.8% | - |
| XYZ | 50.67 | 57.21 | 52.09 | - |
| YUV | 196.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 181 | 0.08 | 0 | 0.11 | 0.2 | 101.74 | 0.18 | 0.75 |
| Hex | BC | CC | B5 | 8 | 0 | B | 14 | 66 | 12 | 4B |
| Octal | 274 | 314 | 265 | 10 | 0 | 13 | 24 | 146 | 22 | 113 |
| Binary | 10111100 | 11001100 | 10110101 | 1000 | 0 | 1011 | 10100 | 1100110 | 10010 | 1001011 |
Color Harmonies of #BCCCB5
Complementary color
Monochromatic Colors of #BCCCB5
Black with #BCCCB5
Text Example
Text Example
White with #BCCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCB5; }
p { color: rgb(188,204,181); }
H1.HeaderClassName
{
color: #BCCCB5;
}
.AnyTagClassName
{
color: #BCCCB5;
}
</style>
background-color css
<style>
a { background-color: #BCCCB5; }
a { background-color: rgb(188,204,181); }
div.DivClassName
{
background-color: #BCCCB5;
}
.BgClassName
{
background-color: #BCCCB5;
}
</style>
border-color css
<style>
span { border-color: #BCCCB5; }
span { border-color: rgb(188,204,181); }
td.TdClassName
{
border-color: #BCCCB5;
}
.TagClassName
{
border-color: #BCCCB5;
}
</style>