Shades of Cruise #BADBD5
Tints of Cruise #BADBD5
RGB
CMYK
RGB Variations
Color information
#BADBD5 (or 0xBADBD5) is known color: Cruise. HEX triplet: BA, DB and D5. RGB value is (186,219,213). Sum of RGB (Red+Green+Blue) = 186+219+213=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBD5 is #45242A. Grayscale: #D0D0D0. Windows color (decimal): -4531243 or 14015418. OLE color: 14015418.
HSL color Cylindrical-coordinate representation of color #BADBD5: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BADBD5 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 213 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 169.09º | 0.31% | 0.79% | - |
| HSV(B) | 169.09º | 0.15% | 0.86% | - |
| XYZ | 57.59 | 65.91 | 72.64 | - |
| YUV | 208.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 213 | 0.15 | 0 | 0.03 | 0.14 | 169.09 | 0.31 | 0.79 |
| Hex | BA | DB | D5 | F | 0 | 3 | E | A9 | 1F | 4F |
| Octal | 272 | 333 | 325 | 17 | 0 | 3 | 16 | 251 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11010101 | 1111 | 0 | 11 | 1110 | 10101001 | 11111 | 1001111 |
Color Harmonies of #BADBD5
Complementary color
Monochromatic Colors of #BADBD5
Black with #BADBD5
Text Example
Text Example
White with #BADBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBD5; }
p { color: rgb(186,219,213); }
H1.HeaderClassName
{
color: #BADBD5;
}
.AnyTagClassName
{
color: #BADBD5;
}
</style>
background-color css
<style>
a { background-color: #BADBD5; }
a { background-color: rgb(186,219,213); }
div.DivClassName
{
background-color: #BADBD5;
}
.BgClassName
{
background-color: #BADBD5;
}
</style>
border-color css
<style>
span { border-color: #BADBD5; }
span { border-color: rgb(186,219,213); }
td.TdClassName
{
border-color: #BADBD5;
}
.TagClassName
{
border-color: #BADBD5;
}
</style>