Shades of Cruise #BCE2DB
Tints of Cruise #BCE2DB
RGB
CMYK
RGB Variations
Color information
#BCE2DB (or 0xBCE2DB) is known color: Cruise. HEX triplet: BC, E2 and DB. RGB value is (188,226,219). Sum of RGB (Red+Green+Blue) = 188+226+219=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2DB is #431D24. Grayscale: #D5D5D5. Windows color (decimal): -4398373 or 14410428. OLE color: 14410428.
HSL color Cylindrical-coordinate representation of color #BCE2DB: hue angle of 168.95º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCE2DB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 219 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.11 |
| HSL | 168.95º | 0.4% | 0.81% | - |
| HSV(B) | 168.95º | 0.17% | 0.89% | - |
| XYZ | 60.72 | 70.2 | 77.37 | - |
| YUV | 213.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 219 | 0.17 | 0 | 0.03 | 0.11 | 168.95 | 0.4 | 0.81 |
| Hex | BC | E2 | DB | 11 | 0 | 3 | B | A9 | 28 | 51 |
| Octal | 274 | 342 | 333 | 21 | 0 | 3 | 13 | 251 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11011011 | 10001 | 0 | 11 | 1011 | 10101001 | 101000 | 1010001 |
Color Harmonies of #BCE2DB
Complementary color
Monochromatic Colors of #BCE2DB
Black with #BCE2DB
Text Example
Text Example
White with #BCE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2DB; }
p { color: rgb(188,226,219); }
H1.HeaderClassName
{
color: #BCE2DB;
}
.AnyTagClassName
{
color: #BCE2DB;
}
</style>
background-color css
<style>
a { background-color: #BCE2DB; }
a { background-color: rgb(188,226,219); }
div.DivClassName
{
background-color: #BCE2DB;
}
.BgClassName
{
background-color: #BCE2DB;
}
</style>
border-color css
<style>
span { border-color: #BCE2DB; }
span { border-color: rgb(188,226,219); }
td.TdClassName
{
border-color: #BCE2DB;
}
.TagClassName
{
border-color: #BCE2DB;
}
</style>