Shades of Surf Crest #BCDDB5
Tints of Surf Crest #BCDDB5
RGB
CMYK
RGB Variations
Color information
#BCDDB5 (or 0xBCDDB5) is known color: Surf Crest. HEX triplet: BC, DD and B5. RGB value is (188,221,181). Sum of RGB (Red+Green+Blue) = 188+221+181=590 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.86% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 181 (71.09% from 255 or 30.68% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDB5 is #43224A. Grayscale: #CECECE. Windows color (decimal): -4399691 or 11918780. OLE color: 11918780.
HSL color Cylindrical-coordinate representation of color #BCDDB5: hue angle of 109.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDDB5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 181 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.13 |
| HSL | 109.5º | 0.37% | 0.79% | - |
| HSV(B) | 109.5º | 0.18% | 0.87% | - |
| XYZ | 54.94 | 65.74 | 53.51 | - |
| YUV | 206.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 181 | 0.15 | 0 | 0.18 | 0.13 | 109.5 | 0.37 | 0.79 |
| Hex | BC | DD | B5 | F | 0 | 12 | D | 6E | 25 | 4F |
| Octal | 274 | 335 | 265 | 17 | 0 | 22 | 15 | 156 | 45 | 117 |
| Binary | 10111100 | 11011101 | 10110101 | 1111 | 0 | 10010 | 1101 | 1101110 | 100101 | 1001111 |
Color Harmonies of #BCDDB5
Complementary color
Monochromatic Colors of #BCDDB5
Black with #BCDDB5
Text Example
Text Example
White with #BCDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDB5; }
p { color: rgb(188,221,181); }
H1.HeaderClassName
{
color: #BCDDB5;
}
.AnyTagClassName
{
color: #BCDDB5;
}
</style>
background-color css
<style>
a { background-color: #BCDDB5; }
a { background-color: rgb(188,221,181); }
div.DivClassName
{
background-color: #BCDDB5;
}
.BgClassName
{
background-color: #BCDDB5;
}
</style>
border-color css
<style>
span { border-color: #BCDDB5; }
span { border-color: rgb(188,221,181); }
td.TdClassName
{
border-color: #BCDDB5;
}
.TagClassName
{
border-color: #BCDDB5;
}
</style>