Shades of Cruise #BCE2D6
Tints of Cruise #BCE2D6
RGB
CMYK
RGB Variations
Color information
#BCE2D6 (or 0xBCE2D6) is known color: Cruise. HEX triplet: BC, E2 and D6. RGB value is (188,226,214). Sum of RGB (Red+Green+Blue) = 188+226+214=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE2D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE2D6 is #431D29. Grayscale: #D5D5D5. Windows color (decimal): -4398378 or 14082748. OLE color: 14082748.
HSL color Cylindrical-coordinate representation of color #BCE2D6: hue angle of 161.05º 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 #BCE2D6 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 226 | 214 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.11 |
| HSL | 161.05º | 0.4% | 0.81% | - |
| HSV(B) | 161.05º | 0.17% | 0.89% | - |
| XYZ | 60.07 | 69.94 | 73.95 | - |
| YUV | 213.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 214 | 0.17 | 0 | 0.05 | 0.11 | 161.05 | 0.4 | 0.81 |
| Hex | BC | E2 | D6 | 11 | 0 | 5 | B | A1 | 28 | 51 |
| Octal | 274 | 342 | 326 | 21 | 0 | 5 | 13 | 241 | 50 | 121 |
| Binary | 10111100 | 11100010 | 11010110 | 10001 | 0 | 101 | 1011 | 10100001 | 101000 | 1010001 |
Color Harmonies of #BCE2D6
Complementary color
Monochromatic Colors of #BCE2D6
Black with #BCE2D6
Text Example
Text Example
White with #BCE2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2D6; }
p { color: rgb(188,226,214); }
H1.HeaderClassName
{
color: #BCE2D6;
}
.AnyTagClassName
{
color: #BCE2D6;
}
</style>
background-color css
<style>
a { background-color: #BCE2D6; }
a { background-color: rgb(188,226,214); }
div.DivClassName
{
background-color: #BCE2D6;
}
.BgClassName
{
background-color: #BCE2D6;
}
</style>
border-color css
<style>
span { border-color: #BCE2D6; }
span { border-color: rgb(188,226,214); }
td.TdClassName
{
border-color: #BCE2D6;
}
.TagClassName
{
border-color: #BCE2D6;
}
</style>