Shades of Cruise #BCE1DB
Tints of Cruise #BCE1DB
RGB
CMYK
RGB Variations
Color information
#BCE1DB (or 0xBCE1DB) is known color: Cruise. HEX triplet: BC, E1 and DB. RGB value is (188,225,219). Sum of RGB (Red+Green+Blue) = 188+225+219=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE1DB is #431E24. Grayscale: #D5D5D5. Windows color (decimal): -4398629 or 14410172. OLE color: 14410172.
HSL color Cylindrical-coordinate representation of color #BCE1DB: hue angle of 170.27º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCE1DB is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 219 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.12 |
| HSL | 170.27º | 0.38% | 0.81% | - |
| HSV(B) | 170.27º | 0.16% | 0.88% | - |
| XYZ | 60.45 | 69.66 | 77.28 | - |
| YUV | 213.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 219 | 0.16 | 0 | 0.03 | 0.12 | 170.27 | 0.38 | 0.81 |
| Hex | BC | E1 | DB | 10 | 0 | 3 | C | AA | 26 | 51 |
| Octal | 274 | 341 | 333 | 20 | 0 | 3 | 14 | 252 | 46 | 121 |
| Binary | 10111100 | 11100001 | 11011011 | 10000 | 0 | 11 | 1100 | 10101010 | 100110 | 1010001 |
Color Harmonies of #BCE1DB
Complementary color
Monochromatic Colors of #BCE1DB
Black with #BCE1DB
Text Example
Text Example
White with #BCE1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1DB; }
p { color: rgb(188,225,219); }
H1.HeaderClassName
{
color: #BCE1DB;
}
.AnyTagClassName
{
color: #BCE1DB;
}
</style>
background-color css
<style>
a { background-color: #BCE1DB; }
a { background-color: rgb(188,225,219); }
div.DivClassName
{
background-color: #BCE1DB;
}
.BgClassName
{
background-color: #BCE1DB;
}
</style>
border-color css
<style>
span { border-color: #BCE1DB; }
span { border-color: rgb(188,225,219); }
td.TdClassName
{
border-color: #BCE1DB;
}
.TagClassName
{
border-color: #BCE1DB;
}
</style>