Shades of Cruise #BCE5D7
Tints of Cruise #BCE5D7
RGB
CMYK
RGB Variations
Color information
#BCE5D7 (or 0xBCE5D7) is known color: Cruise. HEX triplet: BC, E5 and D7. RGB value is (188,229,215). Sum of RGB (Red+Green+Blue) = 188+229+215=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5D7 is #431A28. Grayscale: #D7D7D7. Windows color (decimal): -4397609 or 14149052. OLE color: 14149052.
HSL color Cylindrical-coordinate representation of color #BCE5D7: hue angle of 159.51º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE5D7 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 215 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.10 |
| HSL | 159.51º | 0.44% | 0.82% | - |
| HSV(B) | 159.51º | 0.18% | 0.9% | - |
| XYZ | 61.02 | 71.64 | 74.9 | - |
| YUV | 215.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 215 | 0.18 | 0 | 0.06 | 0.10 | 159.51 | 0.44 | 0.82 |
| Hex | BC | E5 | D7 | 12 | 0 | 6 | A | A0 | 2C | 52 |
| Octal | 274 | 345 | 327 | 22 | 0 | 6 | 12 | 240 | 54 | 122 |
| Binary | 10111100 | 11100101 | 11010111 | 10010 | 0 | 110 | 1010 | 10100000 | 101100 | 1010010 |
Color Harmonies of #BCE5D7
Complementary color
Monochromatic Colors of #BCE5D7
Black with #BCE5D7
Text Example
Text Example
White with #BCE5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5D7; }
p { color: rgb(188,229,215); }
H1.HeaderClassName
{
color: #BCE5D7;
}
.AnyTagClassName
{
color: #BCE5D7;
}
</style>
background-color css
<style>
a { background-color: #BCE5D7; }
a { background-color: rgb(188,229,215); }
div.DivClassName
{
background-color: #BCE5D7;
}
.BgClassName
{
background-color: #BCE5D7;
}
</style>
border-color css
<style>
span { border-color: #BCE5D7; }
span { border-color: rgb(188,229,215); }
td.TdClassName
{
border-color: #BCE5D7;
}
.TagClassName
{
border-color: #BCE5D7;
}
</style>