Shades of Cruise #BCE0DB
Tints of Cruise #BCE0DB
RGB
CMYK
RGB Variations
Color information
#BCE0DB (or 0xBCE0DB) is known color: Cruise. HEX triplet: BC, E0 and DB. RGB value is (188,224,219). Sum of RGB (Red+Green+Blue) = 188+224+219=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0DB is #431F24. Grayscale: #D4D4D4. Windows color (decimal): -4398885 or 14409916. OLE color: 14409916.
HSL color Cylindrical-coordinate representation of color #BCE0DB: hue angle of 171.67º degrees, saturation: 0.37, 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 #BCE0DB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 219 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.12 |
| HSL | 171.67º | 0.37% | 0.81% | - |
| HSV(B) | 171.67º | 0.16% | 0.88% | - |
| XYZ | 60.18 | 69.12 | 77.19 | - |
| YUV | 212.67 | 131.57 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 219 | 0.16 | 0 | 0.02 | 0.12 | 171.67 | 0.37 | 0.81 |
| Hex | BC | E0 | DB | 10 | 0 | 2 | C | AC | 25 | 51 |
| Octal | 274 | 340 | 333 | 20 | 0 | 2 | 14 | 254 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11011011 | 10000 | 0 | 10 | 1100 | 10101100 | 100101 | 1010001 |
Color Harmonies of #BCE0DB
Complementary color
Monochromatic Colors of #BCE0DB
Black with #BCE0DB
Text Example
Text Example
White with #BCE0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0DB; }
p { color: rgb(188,224,219); }
H1.HeaderClassName
{
color: #BCE0DB;
}
.AnyTagClassName
{
color: #BCE0DB;
}
</style>
background-color css
<style>
a { background-color: #BCE0DB; }
a { background-color: rgb(188,224,219); }
div.DivClassName
{
background-color: #BCE0DB;
}
.BgClassName
{
background-color: #BCE0DB;
}
</style>
border-color css
<style>
span { border-color: #BCE0DB; }
span { border-color: rgb(188,224,219); }
td.TdClassName
{
border-color: #BCE0DB;
}
.TagClassName
{
border-color: #BCE0DB;
}
</style>