Shades of Cruise #BCDDD6
Tints of Cruise #BCDDD6
RGB
CMYK
RGB Variations
Color information
#BCDDD6 (or 0xBCDDD6) is known color: Cruise. HEX triplet: BC, DD and D6. RGB value is (188,221,214). Sum of RGB (Red+Green+Blue) = 188+221+214=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDD6 is #432229. Grayscale: #D2D2D2. Windows color (decimal): -4399658 or 14081468. OLE color: 14081468.
HSL color Cylindrical-coordinate representation of color #BCDDD6: hue angle of 167.27º degrees, saturation: 0.33, 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 #BCDDD6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 214 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.13 |
| HSL | 167.27º | 0.33% | 0.8% | - |
| HSV(B) | 167.27º | 0.15% | 0.87% | - |
| XYZ | 58.73 | 67.26 | 73.51 | - |
| YUV | 210.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 214 | 0.15 | 0 | 0.03 | 0.13 | 167.27 | 0.33 | 0.8 |
| Hex | BC | DD | D6 | F | 0 | 3 | D | A7 | 21 | 50 |
| Octal | 274 | 335 | 326 | 17 | 0 | 3 | 15 | 247 | 41 | 120 |
| Binary | 10111100 | 11011101 | 11010110 | 1111 | 0 | 11 | 1101 | 10100111 | 100001 | 1010000 |
Color Harmonies of #BCDDD6
Complementary color
Monochromatic Colors of #BCDDD6
Black with #BCDDD6
Text Example
Text Example
White with #BCDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDDD6; }
p { color: rgb(188,221,214); }
H1.HeaderClassName
{
color: #BCDDD6;
}
.AnyTagClassName
{
color: #BCDDD6;
}
</style>
background-color css
<style>
a { background-color: #BCDDD6; }
a { background-color: rgb(188,221,214); }
div.DivClassName
{
background-color: #BCDDD6;
}
.BgClassName
{
background-color: #BCDDD6;
}
</style>
border-color css
<style>
span { border-color: #BCDDD6; }
span { border-color: rgb(188,221,214); }
td.TdClassName
{
border-color: #BCDDD6;
}
.TagClassName
{
border-color: #BCDDD6;
}
</style>