Shades of Cruise #BCDCD1
Tints of Cruise #BCDCD1
RGB
CMYK
RGB Variations
Color information
#BCDCD1 (or 0xBCDCD1) is known color: Cruise. HEX triplet: BC, DC and D1. RGB value is (188,220,209). Sum of RGB (Red+Green+Blue) = 188+220+209=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCD1 is #43232E. Grayscale: #D1D1D1. Windows color (decimal): -4399919 or 13753532. OLE color: 13753532.
HSL color Cylindrical-coordinate representation of color #BCDCD1: hue angle of 159.38º 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 #BCDCD1 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 209 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.14 |
| HSL | 159.38º | 0.31% | 0.8% | - |
| HSV(B) | 159.38º | 0.15% | 0.86% | - |
| XYZ | 57.84 | 66.48 | 70.11 | - |
| YUV | 209.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 209 | 0.15 | 0 | 0.05 | 0.14 | 159.38 | 0.31 | 0.8 |
| Hex | BC | DC | D1 | F | 0 | 5 | E | 9F | 1F | 50 |
| Octal | 274 | 334 | 321 | 17 | 0 | 5 | 16 | 237 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11010001 | 1111 | 0 | 101 | 1110 | 10011111 | 11111 | 1010000 |
Color Harmonies of #BCDCD1
Complementary color
Monochromatic Colors of #BCDCD1
Black with #BCDCD1
Text Example
Text Example
White with #BCDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCD1; }
p { color: rgb(188,220,209); }
H1.HeaderClassName
{
color: #BCDCD1;
}
.AnyTagClassName
{
color: #BCDCD1;
}
</style>
background-color css
<style>
a { background-color: #BCDCD1; }
a { background-color: rgb(188,220,209); }
div.DivClassName
{
background-color: #BCDCD1;
}
.BgClassName
{
background-color: #BCDCD1;
}
</style>
border-color css
<style>
span { border-color: #BCDCD1; }
span { border-color: rgb(188,220,209); }
td.TdClassName
{
border-color: #BCDCD1;
}
.TagClassName
{
border-color: #BCDCD1;
}
</style>