Shades of Cruise #BCD9D1
Tints of Cruise #BCD9D1
RGB
CMYK
RGB Variations
Color information
#BCD9D1 (or 0xBCD9D1) is known color: Cruise. HEX triplet: BC, D9 and D1. RGB value is (188,217,209). Sum of RGB (Red+Green+Blue) = 188+217+209=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD9D1 is #43262E. Grayscale: #CFCFCF. Windows color (decimal): -4400687 or 13752764. OLE color: 13752764.
HSL color Cylindrical-coordinate representation of color #BCD9D1: hue angle of 163.45º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD9D1 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 217 | 209 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.15 |
| HSL | 163.45º | 0.28% | 0.79% | - |
| HSV(B) | 163.45º | 0.13% | 0.85% | - |
| XYZ | 57.06 | 64.92 | 69.85 | - |
| YUV | 207.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 217 | 209 | 0.13 | 0 | 0.04 | 0.15 | 163.45 | 0.28 | 0.79 |
| Hex | BC | D9 | D1 | D | 0 | 4 | F | A3 | 1C | 4F |
| Octal | 274 | 331 | 321 | 15 | 0 | 4 | 17 | 243 | 34 | 117 |
| Binary | 10111100 | 11011001 | 11010001 | 1101 | 0 | 100 | 1111 | 10100011 | 11100 | 1001111 |
Color Harmonies of #BCD9D1
Complementary color
Monochromatic Colors of #BCD9D1
Black with #BCD9D1
Text Example
Text Example
White with #BCD9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD9D1; }
p { color: rgb(188,217,209); }
H1.HeaderClassName
{
color: #BCD9D1;
}
.AnyTagClassName
{
color: #BCD9D1;
}
</style>
background-color css
<style>
a { background-color: #BCD9D1; }
a { background-color: rgb(188,217,209); }
div.DivClassName
{
background-color: #BCD9D1;
}
.BgClassName
{
background-color: #BCD9D1;
}
</style>
border-color css
<style>
span { border-color: #BCD9D1; }
span { border-color: rgb(188,217,209); }
td.TdClassName
{
border-color: #BCD9D1;
}
.TagClassName
{
border-color: #BCD9D1;
}
</style>