Shades of Cruise #BCDBD1
Tints of Cruise #BCDBD1
RGB
CMYK
RGB Variations
Color information
#BCDBD1 (or 0xBCDBD1) is known color: Cruise. HEX triplet: BC, DB and D1. RGB value is (188,219,209). Sum of RGB (Red+Green+Blue) = 188+219+209=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD1 is #43242E. Grayscale: #D0D0D0. Windows color (decimal): -4400175 or 13753276. OLE color: 13753276.
HSL color Cylindrical-coordinate representation of color #BCDBD1: hue angle of 160.65º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDBD1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 209 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.14 |
| HSL | 160.65º | 0.3% | 0.8% | - |
| HSV(B) | 160.65º | 0.14% | 0.86% | - |
| XYZ | 57.58 | 65.96 | 70.02 | - |
| YUV | 208.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 209 | 0.14 | 0 | 0.05 | 0.14 | 160.65 | 0.3 | 0.8 |
| Hex | BC | DB | D1 | E | 0 | 5 | E | A1 | 1E | 50 |
| Octal | 274 | 333 | 321 | 16 | 0 | 5 | 16 | 241 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11010001 | 1110 | 0 | 101 | 1110 | 10100001 | 11110 | 1010000 |
Color Harmonies of #BCDBD1
Complementary color
Monochromatic Colors of #BCDBD1
Black with #BCDBD1
Text Example
Text Example
White with #BCDBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD1; }
p { color: rgb(188,219,209); }
H1.HeaderClassName
{
color: #BCDBD1;
}
.AnyTagClassName
{
color: #BCDBD1;
}
</style>
background-color css
<style>
a { background-color: #BCDBD1; }
a { background-color: rgb(188,219,209); }
div.DivClassName
{
background-color: #BCDBD1;
}
.BgClassName
{
background-color: #BCDBD1;
}
</style>
border-color css
<style>
span { border-color: #BCDBD1; }
span { border-color: rgb(188,219,209); }
td.TdClassName
{
border-color: #BCDBD1;
}
.TagClassName
{
border-color: #BCDBD1;
}
</style>