Shades of Cruise #BDE0D4
Tints of Cruise #BDE0D4
RGB
CMYK
RGB Variations
Color information
#BDE0D4 (or 0xBDE0D4) is known color: Cruise. HEX triplet: BD, E0 and D4. RGB value is (189,224,212). Sum of RGB (Red+Green+Blue) = 189+224+212=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D4 is #421F2B. Grayscale: #D4D4D4. Windows color (decimal): -4333356 or 13951165. OLE color: 13951165.
HSL color Cylindrical-coordinate representation of color #BDE0D4: hue angle of 159.43º 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 #BDE0D4 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 212 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.12 |
| HSL | 159.43º | 0.36% | 0.81% | - |
| HSV(B) | 159.43º | 0.16% | 0.88% | - |
| XYZ | 59.53 | 68.88 | 72.45 | - |
| YUV | 212.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 212 | 0.16 | 0 | 0.05 | 0.12 | 159.43 | 0.36 | 0.81 |
| Hex | BD | E0 | D4 | 10 | 0 | 5 | C | 9F | 24 | 51 |
| Octal | 275 | 340 | 324 | 20 | 0 | 5 | 14 | 237 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11010100 | 10000 | 0 | 101 | 1100 | 10011111 | 100100 | 1010001 |
Color Harmonies of #BDE0D4
Complementary color
Monochromatic Colors of #BDE0D4
Black with #BDE0D4
Text Example
Text Example
White with #BDE0D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0D4; }
p { color: rgb(189,224,212); }
H1.HeaderClassName
{
color: #BDE0D4;
}
.AnyTagClassName
{
color: #BDE0D4;
}
</style>
background-color css
<style>
a { background-color: #BDE0D4; }
a { background-color: rgb(189,224,212); }
div.DivClassName
{
background-color: #BDE0D4;
}
.BgClassName
{
background-color: #BDE0D4;
}
</style>
border-color css
<style>
span { border-color: #BDE0D4; }
span { border-color: rgb(189,224,212); }
td.TdClassName
{
border-color: #BDE0D4;
}
.TagClassName
{
border-color: #BDE0D4;
}
</style>