Shades of Cruise #BDE1D4
Tints of Cruise #BDE1D4
RGB
CMYK
RGB Variations
Color information
#BDE1D4 (or 0xBDE1D4) is known color: Cruise. HEX triplet: BD, E1 and D4. RGB value is (189,225,212). Sum of RGB (Red+Green+Blue) = 189+225+212=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D4 is #421E2B. Grayscale: #D4D4D4. Windows color (decimal): -4333100 or 13951421. OLE color: 13951421.
HSL color Cylindrical-coordinate representation of color #BDE1D4: hue angle of 158.33º 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 #BDE1D4 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 212 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 158.33º | 0.38% | 0.81% | - |
| HSV(B) | 158.33º | 0.16% | 0.88% | - |
| XYZ | 59.8 | 69.42 | 72.54 | - |
| YUV | 212.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 212 | 0.16 | 0 | 0.06 | 0.12 | 158.33 | 0.38 | 0.81 |
| Hex | BD | E1 | D4 | 10 | 0 | 6 | C | 9E | 26 | 51 |
| Octal | 275 | 341 | 324 | 20 | 0 | 6 | 14 | 236 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11010100 | 10000 | 0 | 110 | 1100 | 10011110 | 100110 | 1010001 |
Color Harmonies of #BDE1D4
Complementary color
Monochromatic Colors of #BDE1D4
Black with #BDE1D4
Text Example
Text Example
White with #BDE1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1D4; }
p { color: rgb(189,225,212); }
H1.HeaderClassName
{
color: #BDE1D4;
}
.AnyTagClassName
{
color: #BDE1D4;
}
</style>
background-color css
<style>
a { background-color: #BDE1D4; }
a { background-color: rgb(189,225,212); }
div.DivClassName
{
background-color: #BDE1D4;
}
.BgClassName
{
background-color: #BDE1D4;
}
</style>
border-color css
<style>
span { border-color: #BDE1D4; }
span { border-color: rgb(189,225,212); }
td.TdClassName
{
border-color: #BDE1D4;
}
.TagClassName
{
border-color: #BDE1D4;
}
</style>