Shades of Cruise #BCDBD5
Tints of Cruise #BCDBD5
RGB
CMYK
RGB Variations
Color information
#BCDBD5 (or 0xBCDBD5) is known color: Cruise. HEX triplet: BC, DB and D5. RGB value is (188,219,213). Sum of RGB (Red+Green+Blue) = 188+219+213=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDBD5 is #43242A. Grayscale: #D1D1D1. Windows color (decimal): -4400171 or 14015420. OLE color: 14015420.
HSL color Cylindrical-coordinate representation of color #BCDBD5: hue angle of 168.39º 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 #BCDBD5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 213 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.14 |
| HSL | 168.39º | 0.3% | 0.8% | - |
| HSV(B) | 168.39º | 0.14% | 0.86% | - |
| XYZ | 58.08 | 66.16 | 72.66 | - |
| YUV | 209.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 213 | 0.14 | 0 | 0.03 | 0.14 | 168.39 | 0.3 | 0.8 |
| Hex | BC | DB | D5 | E | 0 | 3 | E | A8 | 1E | 50 |
| Octal | 274 | 333 | 325 | 16 | 0 | 3 | 16 | 250 | 36 | 120 |
| Binary | 10111100 | 11011011 | 11010101 | 1110 | 0 | 11 | 1110 | 10101000 | 11110 | 1010000 |
Color Harmonies of #BCDBD5
Complementary color
Monochromatic Colors of #BCDBD5
Black with #BCDBD5
Text Example
Text Example
White with #BCDBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDBD5; }
p { color: rgb(188,219,213); }
H1.HeaderClassName
{
color: #BCDBD5;
}
.AnyTagClassName
{
color: #BCDBD5;
}
</style>
background-color css
<style>
a { background-color: #BCDBD5; }
a { background-color: rgb(188,219,213); }
div.DivClassName
{
background-color: #BCDBD5;
}
.BgClassName
{
background-color: #BCDBD5;
}
</style>
border-color css
<style>
span { border-color: #BCDBD5; }
span { border-color: rgb(188,219,213); }
td.TdClassName
{
border-color: #BCDBD5;
}
.TagClassName
{
border-color: #BCDBD5;
}
</style>