Shades of Cruise #BADDD3
Tints of Cruise #BADDD3
RGB
CMYK
RGB Variations
Color information
#BADDD3 (or 0xBADDD3) is known color: Cruise. HEX triplet: BA, DD and D3. RGB value is (186,221,211). Sum of RGB (Red+Green+Blue) = 186+221+211=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD3 is #45222C. Grayscale: #D1D1D1. Windows color (decimal): -4530733 or 13884858. OLE color: 13884858.
HSL color Cylindrical-coordinate representation of color #BADDD3: hue angle of 162.86º degrees, saturation: 0.34, 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 #BADDD3 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 211 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.13 |
| HSL | 162.86º | 0.34% | 0.8% | - |
| HSV(B) | 162.86º | 0.16% | 0.87% | - |
| XYZ | 57.86 | 66.86 | 71.48 | - |
| YUV | 209.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 211 | 0.16 | 0 | 0.05 | 0.13 | 162.86 | 0.34 | 0.8 |
| Hex | BA | DD | D3 | 10 | 0 | 5 | D | A3 | 22 | 50 |
| Octal | 272 | 335 | 323 | 20 | 0 | 5 | 15 | 243 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11010011 | 10000 | 0 | 101 | 1101 | 10100011 | 100010 | 1010000 |
Color Harmonies of #BADDD3
Complementary color
Monochromatic Colors of #BADDD3
Black with #BADDD3
Text Example
Text Example
White with #BADDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDD3; }
p { color: rgb(186,221,211); }
H1.HeaderClassName
{
color: #BADDD3;
}
.AnyTagClassName
{
color: #BADDD3;
}
</style>
background-color css
<style>
a { background-color: #BADDD3; }
a { background-color: rgb(186,221,211); }
div.DivClassName
{
background-color: #BADDD3;
}
.BgClassName
{
background-color: #BADDD3;
}
</style>
border-color css
<style>
span { border-color: #BADDD3; }
span { border-color: rgb(186,221,211); }
td.TdClassName
{
border-color: #BADDD3;
}
.TagClassName
{
border-color: #BADDD3;
}
</style>