Shades of Cruise #BADFD9
Tints of Cruise #BADFD9
RGB
CMYK
RGB Variations
Color information
#BADFD9 (or 0xBADFD9) is known color: Cruise. HEX triplet: BA, DF and D9. RGB value is (186,223,217). Sum of RGB (Red+Green+Blue) = 186+223+217=626 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.71% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #BADFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADFD9 is #452026. Grayscale: #D3D3D3. Windows color (decimal): -4530215 or 14278586. OLE color: 14278586.
HSL color Cylindrical-coordinate representation of color #BADFD9: hue angle of 170.27º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BADFD9 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 217 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.13 |
| HSL | 170.27º | 0.37% | 0.8% | - |
| HSV(B) | 170.27º | 0.17% | 0.87% | - |
| XYZ | 59.16 | 68.22 | 75.7 | - |
| YUV | 211.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 217 | 0.17 | 0 | 0.03 | 0.13 | 170.27 | 0.37 | 0.8 |
| Hex | BA | DF | D9 | 11 | 0 | 3 | D | AA | 25 | 50 |
| Octal | 272 | 337 | 331 | 21 | 0 | 3 | 15 | 252 | 45 | 120 |
| Binary | 10111010 | 11011111 | 11011001 | 10001 | 0 | 11 | 1101 | 10101010 | 100101 | 1010000 |
Color Harmonies of #BADFD9
Complementary color
Monochromatic Colors of #BADFD9
Black with #BADFD9
Text Example
Text Example
White with #BADFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADFD9; }
p { color: rgb(186,223,217); }
H1.HeaderClassName
{
color: #BADFD9;
}
.AnyTagClassName
{
color: #BADFD9;
}
</style>
background-color css
<style>
a { background-color: #BADFD9; }
a { background-color: rgb(186,223,217); }
div.DivClassName
{
background-color: #BADFD9;
}
.BgClassName
{
background-color: #BADFD9;
}
</style>
border-color css
<style>
span { border-color: #BADFD9; }
span { border-color: rgb(186,223,217); }
td.TdClassName
{
border-color: #BADFD9;
}
.TagClassName
{
border-color: #BADFD9;
}
</style>