Shades of Cruise #BCDBD4
Tints of Cruise #BCDBD4
RGB
CMYK
RGB Variations
Color information
#BCDBD4 (or 0xBCDBD4) is known color: Cruise. HEX triplet: BC, DB and D4. RGB value is (188,219,212). Sum of RGB (Red+Green+Blue) = 188+219+212=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD4 is #43242B. Grayscale: #D0D0D0. Windows color (decimal): -4400172 or 13949884. OLE color: 13949884.
HSL color Cylindrical-coordinate representation of color #BCDBD4: hue angle of 166.45º 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 #BCDBD4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 212 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.14 |
| HSL | 166.45º | 0.3% | 0.8% | - |
| HSV(B) | 166.45º | 0.14% | 0.86% | - |
| XYZ | 57.95 | 66.11 | 71.99 | - |
| YUV | 208.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 212 | 0.14 | 0 | 0.03 | 0.14 | 166.45 | 0.3 | 0.8 |
| Hex | BC | DB | D4 | E | 0 | 3 | E | A6 | 1E | 50 |
| Octal | 274 | 333 | 324 | 16 | 0 | 3 | 16 | 246 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11010100 | 1110 | 0 | 11 | 1110 | 10100110 | 11110 | 1010000 |
Color Harmonies of #BCDBD4
Complementary color
Monochromatic Colors of #BCDBD4
Black with #BCDBD4
Text Example
Text Example
White with #BCDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD4; }
p { color: rgb(188,219,212); }
H1.HeaderClassName
{
color: #BCDBD4;
}
.AnyTagClassName
{
color: #BCDBD4;
}
</style>
background-color css
<style>
a { background-color: #BCDBD4; }
a { background-color: rgb(188,219,212); }
div.DivClassName
{
background-color: #BCDBD4;
}
.BgClassName
{
background-color: #BCDBD4;
}
</style>
border-color css
<style>
span { border-color: #BCDBD4; }
span { border-color: rgb(188,219,212); }
td.TdClassName
{
border-color: #BCDBD4;
}
.TagClassName
{
border-color: #BCDBD4;
}
</style>