Shades of Cruise #BADBD4
Tints of Cruise #BADBD4
RGB
CMYK
RGB Variations
Color information
#BADBD4 (or 0xBADBD4) is known color: Cruise. HEX triplet: BA, DB and D4. RGB value is (186,219,212). Sum of RGB (Red+Green+Blue) = 186+219+212=617 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.15% from 617); Green value is 219 (85.94% from 255 or 35.49% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 219 - color contains mainly: green. Hex color #BADBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BADBD4 is #45242B. Grayscale: #D0D0D0. Windows color (decimal): -4531244 or 13949882. OLE color: 13949882.
HSL color Cylindrical-coordinate representation of color #BADBD4: hue angle of 167.27º 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 #BADBD4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 212 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.14 |
| HSL | 167.27º | 0.31% | 0.79% | - |
| HSV(B) | 167.27º | 0.15% | 0.86% | - |
| XYZ | 57.46 | 65.86 | 71.97 | - |
| YUV | 208.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 212 | 0.15 | 0 | 0.03 | 0.14 | 167.27 | 0.31 | 0.79 |
| Hex | BA | DB | D4 | F | 0 | 3 | E | A7 | 1F | 4F |
| Octal | 272 | 333 | 324 | 17 | 0 | 3 | 16 | 247 | 37 | 117 |
| Binary | 10111010 | 11011011 | 11010100 | 1111 | 0 | 11 | 1110 | 10100111 | 11111 | 1001111 |
Color Harmonies of #BADBD4
Complementary color
Monochromatic Colors of #BADBD4
Black with #BADBD4
Text Example
Text Example
White with #BADBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADBD4; }
p { color: rgb(186,219,212); }
H1.HeaderClassName
{
color: #BADBD4;
}
.AnyTagClassName
{
color: #BADBD4;
}
</style>
background-color css
<style>
a { background-color: #BADBD4; }
a { background-color: rgb(186,219,212); }
div.DivClassName
{
background-color: #BADBD4;
}
.BgClassName
{
background-color: #BADBD4;
}
</style>
border-color css
<style>
span { border-color: #BADBD4; }
span { border-color: rgb(186,219,212); }
td.TdClassName
{
border-color: #BADBD4;
}
.TagClassName
{
border-color: #BADBD4;
}
</style>