Shades of Cruise #BCE0D5
Tints of Cruise #BCE0D5
RGB
CMYK
RGB Variations
Color information
#BCE0D5 (or 0xBCE0D5) is known color: Cruise. HEX triplet: BC, E0 and D5. RGB value is (188,224,213). Sum of RGB (Red+Green+Blue) = 188+224+213=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0D5 is #431F2A. Grayscale: #D3D3D3. Windows color (decimal): -4398891 or 14016700. OLE color: 14016700.
HSL color Cylindrical-coordinate representation of color #BCE0D5: hue angle of 161.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 #BCE0D5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 213 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.12 |
| HSL | 161.67º | 0.37% | 0.81% | - |
| HSV(B) | 161.67º | 0.16% | 0.88% | - |
| XYZ | 59.4 | 68.81 | 73.1 | - |
| YUV | 211.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 213 | 0.16 | 0 | 0.05 | 0.12 | 161.67 | 0.37 | 0.81 |
| Hex | BC | E0 | D5 | 10 | 0 | 5 | C | A2 | 25 | 51 |
| Octal | 274 | 340 | 325 | 20 | 0 | 5 | 14 | 242 | 45 | 121 |
| Binary | 10111100 | 11100000 | 11010101 | 10000 | 0 | 101 | 1100 | 10100010 | 100101 | 1010001 |
Color Harmonies of #BCE0D5
Complementary color
Monochromatic Colors of #BCE0D5
Black with #BCE0D5
Text Example
Text Example
White with #BCE0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0D5; }
p { color: rgb(188,224,213); }
H1.HeaderClassName
{
color: #BCE0D5;
}
.AnyTagClassName
{
color: #BCE0D5;
}
</style>
background-color css
<style>
a { background-color: #BCE0D5; }
a { background-color: rgb(188,224,213); }
div.DivClassName
{
background-color: #BCE0D5;
}
.BgClassName
{
background-color: #BCE0D5;
}
</style>
border-color css
<style>
span { border-color: #BCE0D5; }
span { border-color: rgb(188,224,213); }
td.TdClassName
{
border-color: #BCE0D5;
}
.TagClassName
{
border-color: #BCE0D5;
}
</style>