Shades of Cruise #BCE0D4
Tints of Cruise #BCE0D4
RGB
CMYK
RGB Variations
Color information
#BCE0D4 (or 0xBCE0D4) is known color: Cruise. HEX triplet: BC, E0 and D4. RGB value is (188,224,212). Sum of RGB (Red+Green+Blue) = 188+224+212=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D4 is #431F2B. Grayscale: #D3D3D3. Windows color (decimal): -4398892 or 13951164. OLE color: 13951164.
HSL color Cylindrical-coordinate representation of color #BCE0D4: hue angle of 160º 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 #BCE0D4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 212 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.12 |
| HSL | 160º | 0.37% | 0.81% | - |
| HSV(B) | 160º | 0.16% | 0.88% | - |
| XYZ | 59.28 | 68.76 | 72.43 | - |
| YUV | 211.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 212 | 0.16 | 0 | 0.05 | 0.12 | 160 | 0.37 | 0.81 |
| Hex | BC | E0 | D4 | 10 | 0 | 5 | C | A0 | 25 | 51 |
| Octal | 274 | 340 | 324 | 20 | 0 | 5 | 14 | 240 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11010100 | 10000 | 0 | 101 | 1100 | 10100000 | 100101 | 1010001 |
Color Harmonies of #BCE0D4
Complementary color
Monochromatic Colors of #BCE0D4
Black with #BCE0D4
Text Example
Text Example
White with #BCE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0D4; }
p { color: rgb(188,224,212); }
H1.HeaderClassName
{
color: #BCE0D4;
}
.AnyTagClassName
{
color: #BCE0D4;
}
</style>
background-color css
<style>
a { background-color: #BCE0D4; }
a { background-color: rgb(188,224,212); }
div.DivClassName
{
background-color: #BCE0D4;
}
.BgClassName
{
background-color: #BCE0D4;
}
</style>
border-color css
<style>
span { border-color: #BCE0D4; }
span { border-color: rgb(188,224,212); }
td.TdClassName
{
border-color: #BCE0D4;
}
.TagClassName
{
border-color: #BCE0D4;
}
</style>