Shades of Cruise #BCDCD4
Tints of Cruise #BCDCD4
RGB
CMYK
RGB Variations
Color information
#BCDCD4 (or 0xBCDCD4) is known color: Cruise. HEX triplet: BC, DC and D4. RGB value is (188,220,212). Sum of RGB (Red+Green+Blue) = 188+220+212=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD4 is #43232B. Grayscale: #D1D1D1. Windows color (decimal): -4399916 or 13950140. OLE color: 13950140.
HSL color Cylindrical-coordinate representation of color #BCDCD4: hue angle of 165º 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 #BCDCD4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 212 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.14 |
| HSL | 165º | 0.31% | 0.8% | - |
| HSV(B) | 165º | 0.15% | 0.86% | - |
| XYZ | 58.22 | 66.63 | 72.08 | - |
| YUV | 209.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 212 | 0.15 | 0 | 0.04 | 0.14 | 165 | 0.31 | 0.8 |
| Hex | BC | DC | D4 | F | 0 | 4 | E | A5 | 1F | 50 |
| Octal | 274 | 334 | 324 | 17 | 0 | 4 | 16 | 245 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11010100 | 1111 | 0 | 100 | 1110 | 10100101 | 11111 | 1010000 |
Color Harmonies of #BCDCD4
Complementary color
Monochromatic Colors of #BCDCD4
Black with #BCDCD4
Text Example
Text Example
White with #BCDCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCD4; }
p { color: rgb(188,220,212); }
H1.HeaderClassName
{
color: #BCDCD4;
}
.AnyTagClassName
{
color: #BCDCD4;
}
</style>
background-color css
<style>
a { background-color: #BCDCD4; }
a { background-color: rgb(188,220,212); }
div.DivClassName
{
background-color: #BCDCD4;
}
.BgClassName
{
background-color: #BCDCD4;
}
</style>
border-color css
<style>
span { border-color: #BCDCD4; }
span { border-color: rgb(188,220,212); }
td.TdClassName
{
border-color: #BCDCD4;
}
.TagClassName
{
border-color: #BCDCD4;
}
</style>