Shades of Cruise #BADDD0
Tints of Cruise #BADDD0
RGB
CMYK
RGB Variations
Color information
#BADDD0 (or 0xBADDD0) is known color: Cruise. HEX triplet: BA, DD and D0. RGB value is (186,221,208). Sum of RGB (Red+Green+Blue) = 186+221+208=615 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.24% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BADDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADDD0 is #45222F. Grayscale: #D1D1D1. Windows color (decimal): -4530736 or 13688250. OLE color: 13688250.
HSL color Cylindrical-coordinate representation of color #BADDD0: hue angle of 157.71º 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 #BADDD0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 208 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.13 |
| HSL | 157.71º | 0.34% | 0.8% | - |
| HSV(B) | 157.71º | 0.16% | 0.87% | - |
| XYZ | 57.49 | 66.71 | 69.52 | - |
| YUV | 209.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 208 | 0.16 | 0 | 0.06 | 0.13 | 157.71 | 0.34 | 0.8 |
| Hex | BA | DD | D0 | 10 | 0 | 6 | D | 9E | 22 | 50 |
| Octal | 272 | 335 | 320 | 20 | 0 | 6 | 15 | 236 | 42 | 120 |
| Binary | 10111010 | 11011101 | 11010000 | 10000 | 0 | 110 | 1101 | 10011110 | 100010 | 1010000 |
Color Harmonies of #BADDD0
Complementary color
Monochromatic Colors of #BADDD0
Black with #BADDD0
Text Example
Text Example
White with #BADDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADDD0; }
p { color: rgb(186,221,208); }
H1.HeaderClassName
{
color: #BADDD0;
}
.AnyTagClassName
{
color: #BADDD0;
}
</style>
background-color css
<style>
a { background-color: #BADDD0; }
a { background-color: rgb(186,221,208); }
div.DivClassName
{
background-color: #BADDD0;
}
.BgClassName
{
background-color: #BADDD0;
}
</style>
border-color css
<style>
span { border-color: #BADDD0; }
span { border-color: rgb(186,221,208); }
td.TdClassName
{
border-color: #BADDD0;
}
.TagClassName
{
border-color: #BADDD0;
}
</style>