Shades of Cruise #BADCD2
Tints of Cruise #BADCD2
RGB
CMYK
RGB Variations
Color information
#BADCD2 (or 0xBADCD2) is known color: Cruise. HEX triplet: BA, DC and D2. RGB value is (186,220,210). Sum of RGB (Red+Green+Blue) = 186+220+210=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #BADCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADCD2 is #45232D. Grayscale: #D0D0D0. Windows color (decimal): -4530990 or 13819066. OLE color: 13819066.
HSL color Cylindrical-coordinate representation of color #BADCD2: hue angle of 162.35º 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 #BADCD2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 186 | 220 | 210 | - |
CMYK | 0.15 | 0 | 0.05 | 0.14 |
HSL | 162.35º | 0.33% | 0.8% | - |
HSV(B) | 162.35º | 0.15% | 0.86% | - |
XYZ | 57.48 | 66.28 | 70.74 | - |
YUV | 208.69 | 128.74 | 111.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 220 | 210 | 0.15 | 0 | 0.05 | 0.14 | 162.35 | 0.33 | 0.8 |
Hex | BA | DC | D2 | F | 0 | 5 | E | A2 | 21 | 50 |
Octal | 272 | 334 | 322 | 17 | 0 | 5 | 16 | 242 | 41 | 120 |
Binary | 10111010 | 11011100 | 11010010 | 1111 | 0 | 101 | 1110 | 10100010 | 100001 | 1010000 |
Color Harmonies of #BADCD2
Complementary color
Monochromatic Colors of #BADCD2
Black with #BADCD2
Text Example
Text Example
White with #BADCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADCD2; }
p { color: rgb(186,220,210); }
H1.HeaderClassName
{
color: #BADCD2;
}
.AnyTagClassName
{
color: #BADCD2;
}
</style>
background-color css
<style>
a { background-color: #BADCD2; }
a { background-color: rgb(186,220,210); }
div.DivClassName
{
background-color: #BADCD2;
}
.BgClassName
{
background-color: #BADCD2;
}
</style>
border-color css
<style>
span { border-color: #BADCD2; }
span { border-color: rgb(186,220,210); }
td.TdClassName
{
border-color: #BADCD2;
}
.TagClassName
{
border-color: #BADCD2;
}
</style>