Shades of Cruise #BCDED6
Tints of Cruise #BCDED6
RGB
CMYK
RGB Variations
Color information
#BCDED6 (or 0xBCDED6) is known color: Cruise. HEX triplet: BC, DE and D6. RGB value is (188,222,214). Sum of RGB (Red+Green+Blue) = 188+222+214=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 214 (83.98% from 255 or 34.29% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED6 is #432129. Grayscale: #D2D2D2. Windows color (decimal): -4399402 or 14081724. OLE color: 14081724.
HSL color Cylindrical-coordinate representation of color #BCDED6: hue angle of 165.88º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDED6 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 214 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.13 |
| HSL | 165.88º | 0.34% | 0.8% | - |
| HSV(B) | 165.88º | 0.15% | 0.87% | - |
| XYZ | 59 | 67.79 | 73.59 | - |
| YUV | 210.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 214 | 0.15 | 0 | 0.04 | 0.13 | 165.88 | 0.34 | 0.8 |
| Hex | BC | DE | D6 | F | 0 | 4 | D | A6 | 22 | 50 |
| Octal | 274 | 336 | 326 | 17 | 0 | 4 | 15 | 246 | 42 | 120 |
| Binary | 10111100 | 11011110 | 11010110 | 1111 | 0 | 100 | 1101 | 10100110 | 100010 | 1010000 |
Color Harmonies of #BCDED6
Complementary color
Monochromatic Colors of #BCDED6
Black with #BCDED6
Text Example
Text Example
White with #BCDED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDED6; }
p { color: rgb(188,222,214); }
H1.HeaderClassName
{
color: #BCDED6;
}
.AnyTagClassName
{
color: #BCDED6;
}
</style>
background-color css
<style>
a { background-color: #BCDED6; }
a { background-color: rgb(188,222,214); }
div.DivClassName
{
background-color: #BCDED6;
}
.BgClassName
{
background-color: #BCDED6;
}
</style>
border-color css
<style>
span { border-color: #BCDED6; }
span { border-color: rgb(188,222,214); }
td.TdClassName
{
border-color: #BCDED6;
}
.TagClassName
{
border-color: #BCDED6;
}
</style>