Shades of Cruise #BDE1D9
Tints of Cruise #BDE1D9
RGB
CMYK
RGB Variations
Color information
#BDE1D9 (or 0xBDE1D9) is known color: Cruise. HEX triplet: BD, E1 and D9. RGB value is (189,225,217). Sum of RGB (Red+Green+Blue) = 189+225+217=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D9 is #421E26. Grayscale: #D5D5D5. Windows color (decimal): -4333095 or 14279101. OLE color: 14279101.
HSL color Cylindrical-coordinate representation of color #BDE1D9: hue angle of 166.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE1D9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 217 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.12 |
| HSL | 166.67º | 0.38% | 0.81% | - |
| HSV(B) | 166.67º | 0.16% | 0.88% | - |
| XYZ | 60.44 | 69.68 | 75.91 | - |
| YUV | 213.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 217 | 0.16 | 0 | 0.04 | 0.12 | 166.67 | 0.38 | 0.81 |
| Hex | BD | E1 | D9 | 10 | 0 | 4 | C | A7 | 26 | 51 |
| Octal | 275 | 341 | 331 | 20 | 0 | 4 | 14 | 247 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11011001 | 10000 | 0 | 100 | 1100 | 10100111 | 100110 | 1010001 |
Color Harmonies of #BDE1D9
Complementary color
Monochromatic Colors of #BDE1D9
Black with #BDE1D9
Text Example
Text Example
White with #BDE1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1D9; }
p { color: rgb(189,225,217); }
H1.HeaderClassName
{
color: #BDE1D9;
}
.AnyTagClassName
{
color: #BDE1D9;
}
</style>
background-color css
<style>
a { background-color: #BDE1D9; }
a { background-color: rgb(189,225,217); }
div.DivClassName
{
background-color: #BDE1D9;
}
.BgClassName
{
background-color: #BDE1D9;
}
</style>
border-color css
<style>
span { border-color: #BDE1D9; }
span { border-color: rgb(189,225,217); }
td.TdClassName
{
border-color: #BDE1D9;
}
.TagClassName
{
border-color: #BDE1D9;
}
</style>