Shades of Cruise #BCDCD3
Tints of Cruise #BCDCD3
RGB
CMYK
RGB Variations
Color information
#BCDCD3 (or 0xBCDCD3) is known color: Cruise. HEX triplet: BC, DC and D3. RGB value is (188,220,211). Sum of RGB (Red+Green+Blue) = 188+220+211=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD3 is #43232C. Grayscale: #D1D1D1. Windows color (decimal): -4399917 or 13884604. OLE color: 13884604.
HSL color Cylindrical-coordinate representation of color #BCDCD3: hue angle of 163.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCD3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 211 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.14 |
| HSL | 163.13º | 0.31% | 0.8% | - |
| HSV(B) | 163.13º | 0.15% | 0.86% | - |
| XYZ | 58.09 | 66.58 | 71.42 | - |
| YUV | 209.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 211 | 0.15 | 0 | 0.04 | 0.14 | 163.13 | 0.31 | 0.8 |
| Hex | BC | DC | D3 | F | 0 | 4 | E | A3 | 1F | 50 |
| Octal | 274 | 334 | 323 | 17 | 0 | 4 | 16 | 243 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11010011 | 1111 | 0 | 100 | 1110 | 10100011 | 11111 | 1010000 |
Color Harmonies of #BCDCD3
Complementary color
Monochromatic Colors of #BCDCD3
Black with #BCDCD3
Text Example
Text Example
White with #BCDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCD3; }
p { color: rgb(188,220,211); }
H1.HeaderClassName
{
color: #BCDCD3;
}
.AnyTagClassName
{
color: #BCDCD3;
}
</style>
background-color css
<style>
a { background-color: #BCDCD3; }
a { background-color: rgb(188,220,211); }
div.DivClassName
{
background-color: #BCDCD3;
}
.BgClassName
{
background-color: #BCDCD3;
}
</style>
border-color css
<style>
span { border-color: #BCDCD3; }
span { border-color: rgb(188,220,211); }
td.TdClassName
{
border-color: #BCDCD3;
}
.TagClassName
{
border-color: #BCDCD3;
}
</style>