Shades of Cruise #BDE1D8
Tints of Cruise #BDE1D8
RGB
CMYK
RGB Variations
Color information
#BDE1D8 (or 0xBDE1D8) is known color: Cruise. HEX triplet: BD, E1 and D8. RGB value is (189,225,216). Sum of RGB (Red+Green+Blue) = 189+225+216=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1D8 is #421E27. Grayscale: #D5D5D5. Windows color (decimal): -4333096 or 14213565. OLE color: 14213565.
HSL color Cylindrical-coordinate representation of color #BDE1D8: hue angle of 165º 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 #BDE1D8 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 216 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.12 |
| HSL | 165º | 0.38% | 0.81% | - |
| HSV(B) | 165º | 0.16% | 0.88% | - |
| XYZ | 60.31 | 69.63 | 75.23 | - |
| YUV | 213.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 216 | 0.16 | 0 | 0.04 | 0.12 | 165 | 0.38 | 0.81 |
| Hex | BD | E1 | D8 | 10 | 0 | 4 | C | A5 | 26 | 51 |
| Octal | 275 | 341 | 330 | 20 | 0 | 4 | 14 | 245 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11011000 | 10000 | 0 | 100 | 1100 | 10100101 | 100110 | 1010001 |
Color Harmonies of #BDE1D8
Complementary color
Monochromatic Colors of #BDE1D8
Black with #BDE1D8
Text Example
Text Example
White with #BDE1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1D8; }
p { color: rgb(189,225,216); }
H1.HeaderClassName
{
color: #BDE1D8;
}
.AnyTagClassName
{
color: #BDE1D8;
}
</style>
background-color css
<style>
a { background-color: #BDE1D8; }
a { background-color: rgb(189,225,216); }
div.DivClassName
{
background-color: #BDE1D8;
}
.BgClassName
{
background-color: #BDE1D8;
}
</style>
border-color css
<style>
span { border-color: #BDE1D8; }
span { border-color: rgb(189,225,216); }
td.TdClassName
{
border-color: #BDE1D8;
}
.TagClassName
{
border-color: #BDE1D8;
}
</style>