Shades of Surf Crest #BCCDB4
Tints of Surf Crest #BCCDB4
RGB
CMYK
RGB Variations
Color information
#BCCDB4 (or 0xBCCDB4) is known color: Surf Crest. HEX triplet: BC, CD and B4. RGB value is (188,205,180). Sum of RGB (Red+Green+Blue) = 188+205+180=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB4 is #43324B. Grayscale: #C5C5C5. Windows color (decimal): -4403788 or 11849148. OLE color: 11849148.
HSL color Cylindrical-coordinate representation of color #BCCDB4: hue angle of 100.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCDB4 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 180 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.20 |
| HSL | 100.8º | 0.2% | 0.75% | - |
| HSV(B) | 100.8º | 0.12% | 0.8% | - |
| XYZ | 50.81 | 57.65 | 51.63 | - |
| YUV | 197.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 180 | 0.08 | 0 | 0.12 | 0.20 | 100.8 | 0.2 | 0.75 |
| Hex | BC | CD | B4 | 8 | 0 | C | 14 | 65 | 14 | 4B |
| Octal | 274 | 315 | 264 | 10 | 0 | 14 | 24 | 145 | 24 | 113 |
| Binary | 10111100 | 11001101 | 10110100 | 1000 | 0 | 1100 | 10100 | 1100101 | 10100 | 1001011 |
Color Harmonies of #BCCDB4
Complementary color
Monochromatic Colors of #BCCDB4
Black with #BCCDB4
Text Example
Text Example
White with #BCCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDB4; }
p { color: rgb(188,205,180); }
H1.HeaderClassName
{
color: #BCCDB4;
}
.AnyTagClassName
{
color: #BCCDB4;
}
</style>
background-color css
<style>
a { background-color: #BCCDB4; }
a { background-color: rgb(188,205,180); }
div.DivClassName
{
background-color: #BCCDB4;
}
.BgClassName
{
background-color: #BCCDB4;
}
</style>
border-color css
<style>
span { border-color: #BCCDB4; }
span { border-color: rgb(188,205,180); }
td.TdClassName
{
border-color: #BCCDB4;
}
.TagClassName
{
border-color: #BCCDB4;
}
</style>