Shades of Cruise #BDE0D3
Tints of Cruise #BDE0D3
RGB
CMYK
RGB Variations
Color information
#BDE0D3 (or 0xBDE0D3) is known color: Cruise. HEX triplet: BD, E0 and D3. RGB value is (189,224,211). Sum of RGB (Red+Green+Blue) = 189+224+211=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0D3 is #421F2C. Grayscale: #D4D4D4. Windows color (decimal): -4333357 or 13885629. OLE color: 13885629.
HSL color Cylindrical-coordinate representation of color #BDE0D3: hue angle of 157.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 #BDE0D3 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 211 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.12 |
| HSL | 157.71º | 0.36% | 0.81% | - |
| HSV(B) | 157.71º | 0.16% | 0.88% | - |
| XYZ | 59.4 | 68.83 | 71.78 | - |
| YUV | 212.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 211 | 0.16 | 0 | 0.06 | 0.12 | 157.71 | 0.36 | 0.81 |
| Hex | BD | E0 | D3 | 10 | 0 | 6 | C | 9E | 24 | 51 |
| Octal | 275 | 340 | 323 | 20 | 0 | 6 | 14 | 236 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11010011 | 10000 | 0 | 110 | 1100 | 10011110 | 100100 | 1010001 |
Color Harmonies of #BDE0D3
Complementary color
Monochromatic Colors of #BDE0D3
Black with #BDE0D3
Text Example
Text Example
White with #BDE0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0D3; }
p { color: rgb(189,224,211); }
H1.HeaderClassName
{
color: #BDE0D3;
}
.AnyTagClassName
{
color: #BDE0D3;
}
</style>
background-color css
<style>
a { background-color: #BDE0D3; }
a { background-color: rgb(189,224,211); }
div.DivClassName
{
background-color: #BDE0D3;
}
.BgClassName
{
background-color: #BDE0D3;
}
</style>
border-color css
<style>
span { border-color: #BDE0D3; }
span { border-color: rgb(189,224,211); }
td.TdClassName
{
border-color: #BDE0D3;
}
.TagClassName
{
border-color: #BDE0D3;
}
</style>