Shades of Cruise #BADCD7
Tints of Cruise #BADCD7
RGB
CMYK
RGB Variations
Color information
#BADCD7 (or 0xBADCD7) is known color: Cruise. HEX triplet: BA, DC and D7. RGB value is (186,220,215). Sum of RGB (Red+Green+Blue) = 186+220+215=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD7 is #452328. Grayscale: #D1D1D1. Windows color (decimal): -4530985 or 14146746. OLE color: 14146746.
HSL color Cylindrical-coordinate representation of color #BADCD7: hue angle of 171.18º 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 #BADCD7 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 215 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.14 |
| HSL | 171.18º | 0.33% | 0.8% | - |
| HSV(B) | 171.18º | 0.15% | 0.86% | - |
| XYZ | 58.11 | 66.53 | 74.07 | - |
| YUV | 209.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 215 | 0.15 | 0 | 0.02 | 0.14 | 171.18 | 0.33 | 0.8 |
| Hex | BA | DC | D7 | F | 0 | 2 | E | AB | 21 | 50 |
| Octal | 272 | 334 | 327 | 17 | 0 | 2 | 16 | 253 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11010111 | 1111 | 0 | 10 | 1110 | 10101011 | 100001 | 1010000 |
Color Harmonies of #BADCD7
Complementary color
Monochromatic Colors of #BADCD7
Black with #BADCD7
Text Example
Text Example
White with #BADCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCD7; }
p { color: rgb(186,220,215); }
H1.HeaderClassName
{
color: #BADCD7;
}
.AnyTagClassName
{
color: #BADCD7;
}
</style>
background-color css
<style>
a { background-color: #BADCD7; }
a { background-color: rgb(186,220,215); }
div.DivClassName
{
background-color: #BADCD7;
}
.BgClassName
{
background-color: #BADCD7;
}
</style>
border-color css
<style>
span { border-color: #BADCD7; }
span { border-color: rgb(186,220,215); }
td.TdClassName
{
border-color: #BADCD7;
}
.TagClassName
{
border-color: #BADCD7;
}
</style>