Shades of Cruise #BCDFD6
Tints of Cruise #BCDFD6
RGB
CMYK
RGB Variations
Color information
#BCDFD6 (or 0xBCDFD6) is known color: Cruise. HEX triplet: BC, DF and D6. RGB value is (188,223,214). Sum of RGB (Red+Green+Blue) = 188+223+214=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFD6 is #432029. Grayscale: #D3D3D3. Windows color (decimal): -4399146 or 14081980. OLE color: 14081980.
HSL color Cylindrical-coordinate representation of color #BCDFD6: hue angle of 164.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFD6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 214 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.13 |
| HSL | 164.57º | 0.35% | 0.81% | - |
| HSV(B) | 164.57º | 0.16% | 0.87% | - |
| XYZ | 59.26 | 68.32 | 73.68 | - |
| YUV | 211.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 214 | 0.16 | 0 | 0.04 | 0.13 | 164.57 | 0.35 | 0.81 |
| Hex | BC | DF | D6 | 10 | 0 | 4 | D | A5 | 23 | 51 |
| Octal | 274 | 337 | 326 | 20 | 0 | 4 | 15 | 245 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11010110 | 10000 | 0 | 100 | 1101 | 10100101 | 100011 | 1010001 |
Color Harmonies of #BCDFD6
Complementary color
Monochromatic Colors of #BCDFD6
Black with #BCDFD6
Text Example
Text Example
White with #BCDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFD6; }
p { color: rgb(188,223,214); }
H1.HeaderClassName
{
color: #BCDFD6;
}
.AnyTagClassName
{
color: #BCDFD6;
}
</style>
background-color css
<style>
a { background-color: #BCDFD6; }
a { background-color: rgb(188,223,214); }
div.DivClassName
{
background-color: #BCDFD6;
}
.BgClassName
{
background-color: #BCDFD6;
}
</style>
border-color css
<style>
span { border-color: #BCDFD6; }
span { border-color: rgb(188,223,214); }
td.TdClassName
{
border-color: #BCDFD6;
}
.TagClassName
{
border-color: #BCDFD6;
}
</style>