Shades of Cruise #BCE0D9
Tints of Cruise #BCE0D9
RGB
CMYK
RGB Variations
Color information
#BCE0D9 (or 0xBCE0D9) is known color: Cruise. HEX triplet: BC, E0 and D9. RGB value is (188,224,217). Sum of RGB (Red+Green+Blue) = 188+224+217=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D9 is #431F26. Grayscale: #D4D4D4. Windows color (decimal): -4398887 or 14278844. OLE color: 14278844.
HSL color Cylindrical-coordinate representation of color #BCE0D9: hue angle of 168.33º 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 #BCE0D9 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 217 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.12 |
| HSL | 168.33º | 0.37% | 0.81% | - |
| HSV(B) | 168.33º | 0.16% | 0.88% | - |
| XYZ | 59.92 | 69.01 | 75.81 | - |
| YUV | 212.44 | 130.57 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 217 | 0.16 | 0 | 0.03 | 0.12 | 168.33 | 0.37 | 0.81 |
| Hex | BC | E0 | D9 | 10 | 0 | 3 | C | A8 | 25 | 51 |
| Octal | 274 | 340 | 331 | 20 | 0 | 3 | 14 | 250 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11011001 | 10000 | 0 | 11 | 1100 | 10101000 | 100101 | 1010001 |
Color Harmonies of #BCE0D9
Complementary color
Monochromatic Colors of #BCE0D9
Black with #BCE0D9
Text Example
Text Example
White with #BCE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0D9; }
p { color: rgb(188,224,217); }
H1.HeaderClassName
{
color: #BCE0D9;
}
.AnyTagClassName
{
color: #BCE0D9;
}
</style>
background-color css
<style>
a { background-color: #BCE0D9; }
a { background-color: rgb(188,224,217); }
div.DivClassName
{
background-color: #BCE0D9;
}
.BgClassName
{
background-color: #BCE0D9;
}
</style>
border-color css
<style>
span { border-color: #BCE0D9; }
span { border-color: rgb(188,224,217); }
td.TdClassName
{
border-color: #BCE0D9;
}
.TagClassName
{
border-color: #BCE0D9;
}
</style>