Shades of Cruise #BADCD6
Tints of Cruise #BADCD6
RGB
CMYK
RGB Variations
Color information
#BADCD6 (or 0xBADCD6) is known color: Cruise. HEX triplet: BA, DC and D6. RGB value is (186,220,214). Sum of RGB (Red+Green+Blue) = 186+220+214=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD6 is #452329. Grayscale: #D1D1D1. Windows color (decimal): -4530986 or 14081210. OLE color: 14081210.
HSL color Cylindrical-coordinate representation of color #BADCD6: hue angle of 169.41º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADCD6 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 214 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 169.41º | 0.33% | 0.8% | - |
| HSV(B) | 169.41º | 0.15% | 0.86% | - |
| XYZ | 57.98 | 66.48 | 73.39 | - |
| YUV | 209.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 214 | 0.15 | 0 | 0.03 | 0.14 | 169.41 | 0.33 | 0.8 |
| Hex | BA | DC | D6 | F | 0 | 3 | E | A9 | 21 | 50 |
| Octal | 272 | 334 | 326 | 17 | 0 | 3 | 16 | 251 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11010110 | 1111 | 0 | 11 | 1110 | 10101001 | 100001 | 1010000 |
Color Harmonies of #BADCD6
Complementary color
Monochromatic Colors of #BADCD6
Black with #BADCD6
Text Example
Text Example
White with #BADCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCD6; }
p { color: rgb(186,220,214); }
H1.HeaderClassName
{
color: #BADCD6;
}
.AnyTagClassName
{
color: #BADCD6;
}
</style>
background-color css
<style>
a { background-color: #BADCD6; }
a { background-color: rgb(186,220,214); }
div.DivClassName
{
background-color: #BADCD6;
}
.BgClassName
{
background-color: #BADCD6;
}
</style>
border-color css
<style>
span { border-color: #BADCD6; }
span { border-color: rgb(186,220,214); }
td.TdClassName
{
border-color: #BADCD6;
}
.TagClassName
{
border-color: #BADCD6;
}
</style>