Shades of Cruise #BCDCD6
Tints of Cruise #BCDCD6
RGB
CMYK
RGB Variations
Color information
#BCDCD6 (or 0xBCDCD6) is known color: Cruise. HEX triplet: BC, DC and D6. RGB value is (188,220,214). Sum of RGB (Red+Green+Blue) = 188+220+214=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD6 is #432329. Grayscale: #D1D1D1. Windows color (decimal): -4399914 or 14081212. OLE color: 14081212.
HSL color Cylindrical-coordinate representation of color #BCDCD6: hue angle of 168.75º 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 #BCDCD6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 214 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 168.75º | 0.31% | 0.8% | - |
| HSV(B) | 168.75º | 0.15% | 0.86% | - |
| XYZ | 58.47 | 66.73 | 73.42 | - |
| YUV | 209.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 214 | 0.15 | 0 | 0.03 | 0.14 | 168.75 | 0.31 | 0.8 |
| Hex | BC | DC | D6 | F | 0 | 3 | E | A9 | 1F | 50 |
| Octal | 274 | 334 | 326 | 17 | 0 | 3 | 16 | 251 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11010110 | 1111 | 0 | 11 | 1110 | 10101001 | 11111 | 1010000 |
Color Harmonies of #BCDCD6
Complementary color
Monochromatic Colors of #BCDCD6
Black with #BCDCD6
Text Example
Text Example
White with #BCDCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCD6; }
p { color: rgb(188,220,214); }
H1.HeaderClassName
{
color: #BCDCD6;
}
.AnyTagClassName
{
color: #BCDCD6;
}
</style>
background-color css
<style>
a { background-color: #BCDCD6; }
a { background-color: rgb(188,220,214); }
div.DivClassName
{
background-color: #BCDCD6;
}
.BgClassName
{
background-color: #BCDCD6;
}
</style>
border-color css
<style>
span { border-color: #BCDCD6; }
span { border-color: rgb(188,220,214); }
td.TdClassName
{
border-color: #BCDCD6;
}
.TagClassName
{
border-color: #BCDCD6;
}
</style>