Shades of Cruise #BADED6
Tints of Cruise #BADED6
RGB
CMYK
RGB Variations
Color information
#BADED6 (or 0xBADED6) is known color: Cruise. HEX triplet: BA, DE and D6. RGB value is (186,222,214). Sum of RGB (Red+Green+Blue) = 186+222+214=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 214 (83.98% from 255 or 34.41% from 622); Max value from RGB is 222 - color contains mainly: green. Hex color #BADED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADED6 is #452129. Grayscale: #D2D2D2. Windows color (decimal): -4530474 or 14081722. OLE color: 14081722.
HSL color Cylindrical-coordinate representation of color #BADED6: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BADED6 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 214 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.13 |
| HSL | 166.67º | 0.35% | 0.8% | - |
| HSV(B) | 166.67º | 0.16% | 0.87% | - |
| XYZ | 58.51 | 67.54 | 73.57 | - |
| YUV | 210.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 214 | 0.16 | 0 | 0.04 | 0.13 | 166.67 | 0.35 | 0.8 |
| Hex | BA | DE | D6 | 10 | 0 | 4 | D | A7 | 23 | 50 |
| Octal | 272 | 336 | 326 | 20 | 0 | 4 | 15 | 247 | 43 | 120 |
| Binary | 10111010 | 11011110 | 11010110 | 10000 | 0 | 100 | 1101 | 10100111 | 100011 | 1010000 |
Color Harmonies of #BADED6
Complementary color
Monochromatic Colors of #BADED6
Black with #BADED6
Text Example
Text Example
White with #BADED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADED6; }
p { color: rgb(186,222,214); }
H1.HeaderClassName
{
color: #BADED6;
}
.AnyTagClassName
{
color: #BADED6;
}
</style>
background-color css
<style>
a { background-color: #BADED6; }
a { background-color: rgb(186,222,214); }
div.DivClassName
{
background-color: #BADED6;
}
.BgClassName
{
background-color: #BADED6;
}
</style>
border-color css
<style>
span { border-color: #BADED6; }
span { border-color: rgb(186,222,214); }
td.TdClassName
{
border-color: #BADED6;
}
.TagClassName
{
border-color: #BADED6;
}
</style>