Shades of Surf Crest #BCCDB6
Tints of Surf Crest #BCCDB6
RGB
CMYK
RGB Variations
Color information
#BCCDB6 (or 0xBCCDB6) is known color: Surf Crest. HEX triplet: BC, CD and B6. RGB value is (188,205,182). Sum of RGB (Red+Green+Blue) = 188+205+182=575 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.70% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDB6 is #433249. Grayscale: #C5C5C5. Windows color (decimal): -4403786 or 11980220. OLE color: 11980220.
HSL color Cylindrical-coordinate representation of color #BCCDB6: hue angle of 104.35º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCDB6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 205 | 182 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.20 |
| HSL | 104.35º | 0.19% | 0.76% | - |
| HSV(B) | 104.35º | 0.11% | 0.8% | - |
| XYZ | 51.01 | 57.73 | 52.71 | - |
| YUV | 197.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 205 | 182 | 0.08 | 0 | 0.11 | 0.20 | 104.35 | 0.19 | 0.76 |
| Hex | BC | CD | B6 | 8 | 0 | B | 14 | 68 | 13 | 4C |
| Octal | 274 | 315 | 266 | 10 | 0 | 13 | 24 | 150 | 23 | 114 |
| Binary | 10111100 | 11001101 | 10110110 | 1000 | 0 | 1011 | 10100 | 1101000 | 10011 | 1001100 |
Color Harmonies of #BCCDB6
Complementary color
Monochromatic Colors of #BCCDB6
Black with #BCCDB6
Text Example
Text Example
White with #BCCDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCDB6; }
p { color: rgb(188,205,182); }
H1.HeaderClassName
{
color: #BCCDB6;
}
.AnyTagClassName
{
color: #BCCDB6;
}
</style>
background-color css
<style>
a { background-color: #BCCDB6; }
a { background-color: rgb(188,205,182); }
div.DivClassName
{
background-color: #BCCDB6;
}
.BgClassName
{
background-color: #BCCDB6;
}
</style>
border-color css
<style>
span { border-color: #BCCDB6; }
span { border-color: rgb(188,205,182); }
td.TdClassName
{
border-color: #BCCDB6;
}
.TagClassName
{
border-color: #BCCDB6;
}
</style>