Shades of Cruise #BADBD0
Tints of Cruise #BADBD0
RGB
CMYK
RGB Variations
Color information
#BADBD0 (or 0xBADBD0) is known color: Cruise. HEX triplet: BA, DB and D0. RGB value is (186,219,208). Sum of RGB (Red+Green+Blue) = 186+219+208=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 208 (81.64% from 255 or 33.93% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBD0 is #45242F. Grayscale: #CFCFCF. Windows color (decimal): -4531248 or 13687738. OLE color: 13687738.
HSL color Cylindrical-coordinate representation of color #BADBD0: hue angle of 160º 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 #BADBD0 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 208 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.14 |
| HSL | 160º | 0.31% | 0.79% | - |
| HSV(B) | 160º | 0.15% | 0.86% | - |
| XYZ | 56.97 | 65.66 | 69.34 | - |
| YUV | 207.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 208 | 0.15 | 0 | 0.05 | 0.14 | 160 | 0.31 | 0.79 |
| Hex | BA | DB | D0 | F | 0 | 5 | E | A0 | 1F | 4F |
| Octal | 272 | 333 | 320 | 17 | 0 | 5 | 16 | 240 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11010000 | 1111 | 0 | 101 | 1110 | 10100000 | 11111 | 1001111 |
Color Harmonies of #BADBD0
Complementary color
Monochromatic Colors of #BADBD0
Black with #BADBD0
Text Example
Text Example
White with #BADBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBD0; }
p { color: rgb(186,219,208); }
H1.HeaderClassName
{
color: #BADBD0;
}
.AnyTagClassName
{
color: #BADBD0;
}
</style>
background-color css
<style>
a { background-color: #BADBD0; }
a { background-color: rgb(186,219,208); }
div.DivClassName
{
background-color: #BADBD0;
}
.BgClassName
{
background-color: #BADBD0;
}
</style>
border-color css
<style>
span { border-color: #BADBD0; }
span { border-color: rgb(186,219,208); }
td.TdClassName
{
border-color: #BADBD0;
}
.TagClassName
{
border-color: #BADBD0;
}
</style>