Shades of Cruise #BDE4D9
Tints of Cruise #BDE4D9
RGB
CMYK
RGB Variations
Color information
#BDE4D9 (or 0xBDE4D9) is known color: Cruise. HEX triplet: BD, E4 and D9. RGB value is (189,228,217). Sum of RGB (Red+Green+Blue) = 189+228+217=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 228 (89.45% from 255 or 35.96% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4D9 is #421B26. Grayscale: #D7D7D7. Windows color (decimal): -4332327 or 14279869. OLE color: 14279869.
HSL color Cylindrical-coordinate representation of color #BDE4D9: hue angle of 163.08º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4D9 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 217 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.11 |
| HSL | 163.08º | 0.42% | 0.82% | - |
| HSV(B) | 163.08º | 0.17% | 0.89% | - |
| XYZ | 61.25 | 71.32 | 76.18 | - |
| YUV | 215.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 217 | 0.17 | 0 | 0.05 | 0.11 | 163.08 | 0.42 | 0.82 |
| Hex | BD | E4 | D9 | 11 | 0 | 5 | B | A3 | 2A | 52 |
| Octal | 275 | 344 | 331 | 21 | 0 | 5 | 13 | 243 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11011001 | 10001 | 0 | 101 | 1011 | 10100011 | 101010 | 1010010 |
Color Harmonies of #BDE4D9
Complementary color
Monochromatic Colors of #BDE4D9
Black with #BDE4D9
Text Example
Text Example
White with #BDE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4D9; }
p { color: rgb(189,228,217); }
H1.HeaderClassName
{
color: #BDE4D9;
}
.AnyTagClassName
{
color: #BDE4D9;
}
</style>
background-color css
<style>
a { background-color: #BDE4D9; }
a { background-color: rgb(189,228,217); }
div.DivClassName
{
background-color: #BDE4D9;
}
.BgClassName
{
background-color: #BDE4D9;
}
</style>
border-color css
<style>
span { border-color: #BDE4D9; }
span { border-color: rgb(189,228,217); }
td.TdClassName
{
border-color: #BDE4D9;
}
.TagClassName
{
border-color: #BDE4D9;
}
</style>