Shades of Cruise #BDE0DA
Tints of Cruise #BDE0DA
RGB
CMYK
RGB Variations
Color information
#BDE0DA (or 0xBDE0DA) is known color: Cruise. HEX triplet: BD, E0 and DA. RGB value is (189,224,218). Sum of RGB (Red+Green+Blue) = 189+224+218=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0DA is #421F25. Grayscale: #D4D4D4. Windows color (decimal): -4333350 or 14344381. OLE color: 14344381.
HSL color Cylindrical-coordinate representation of color #BDE0DA: hue angle of 169.71º degrees, saturation: 0.36, 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 #BDE0DA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 218 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.12 |
| HSL | 169.71º | 0.36% | 0.81% | - |
| HSV(B) | 169.71º | 0.16% | 0.88% | - |
| XYZ | 60.3 | 69.19 | 76.51 | - |
| YUV | 212.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 218 | 0.16 | 0 | 0.03 | 0.12 | 169.71 | 0.36 | 0.81 |
| Hex | BD | E0 | DA | 10 | 0 | 3 | C | AA | 24 | 51 |
| Octal | 275 | 340 | 332 | 20 | 0 | 3 | 14 | 252 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11011010 | 10000 | 0 | 11 | 1100 | 10101010 | 100100 | 1010001 |
Color Harmonies of #BDE0DA
Complementary color
Monochromatic Colors of #BDE0DA
Black with #BDE0DA
Text Example
Text Example
White with #BDE0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0DA; }
p { color: rgb(189,224,218); }
H1.HeaderClassName
{
color: #BDE0DA;
}
.AnyTagClassName
{
color: #BDE0DA;
}
</style>
background-color css
<style>
a { background-color: #BDE0DA; }
a { background-color: rgb(189,224,218); }
div.DivClassName
{
background-color: #BDE0DA;
}
.BgClassName
{
background-color: #BDE0DA;
}
</style>
border-color css
<style>
span { border-color: #BDE0DA; }
span { border-color: rgb(189,224,218); }
td.TdClassName
{
border-color: #BDE0DA;
}
.TagClassName
{
border-color: #BDE0DA;
}
</style>