Shades of Cruise #BADCD4
Tints of Cruise #BADCD4
RGB
CMYK
RGB Variations
Color information
#BADCD4 (or 0xBADCD4) is known color: Cruise. HEX triplet: BA, DC and D4. RGB value is (186,220,212). Sum of RGB (Red+Green+Blue) = 186+220+212=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD4 is #45232B. Grayscale: #D0D0D0. Windows color (decimal): -4530988 or 13950138. OLE color: 13950138.
HSL color Cylindrical-coordinate representation of color #BADCD4: hue angle of 165.88º 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 #BADCD4 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 212 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.14 |
| HSL | 165.88º | 0.33% | 0.8% | - |
| HSV(B) | 165.88º | 0.15% | 0.86% | - |
| XYZ | 57.73 | 66.38 | 72.06 | - |
| YUV | 208.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 212 | 0.15 | 0 | 0.04 | 0.14 | 165.88 | 0.33 | 0.8 |
| Hex | BA | DC | D4 | F | 0 | 4 | E | A6 | 21 | 50 |
| Octal | 272 | 334 | 324 | 17 | 0 | 4 | 16 | 246 | 41 | 120 |
| Binary | 10111010 | 11011100 | 11010100 | 1111 | 0 | 100 | 1110 | 10100110 | 100001 | 1010000 |
Color Harmonies of #BADCD4
Complementary color
Monochromatic Colors of #BADCD4
Black with #BADCD4
Text Example
Text Example
White with #BADCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCD4; }
p { color: rgb(186,220,212); }
H1.HeaderClassName
{
color: #BADCD4;
}
.AnyTagClassName
{
color: #BADCD4;
}
</style>
background-color css
<style>
a { background-color: #BADCD4; }
a { background-color: rgb(186,220,212); }
div.DivClassName
{
background-color: #BADCD4;
}
.BgClassName
{
background-color: #BADCD4;
}
</style>
border-color css
<style>
span { border-color: #BADCD4; }
span { border-color: rgb(186,220,212); }
td.TdClassName
{
border-color: #BADCD4;
}
.TagClassName
{
border-color: #BADCD4;
}
</style>