Shades of Cruise #BDDDD9
Tints of Cruise #BDDDD9
RGB
CMYK
RGB Variations
Color information
#BDDDD9 (or 0xBDDDD9) is known color: Cruise. HEX triplet: BD, DD and D9. RGB value is (189,221,217). Sum of RGB (Red+Green+Blue) = 189+221+217=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD9 is #422226. Grayscale: #D2D2D2. Windows color (decimal): -4334119 or 14278077. OLE color: 14278077.
HSL color Cylindrical-coordinate representation of color #BDDDD9: hue angle of 172.5º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDD9 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 217 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.13 |
| HSL | 172.5º | 0.32% | 0.8% | - |
| HSV(B) | 172.5º | 0.14% | 0.87% | - |
| XYZ | 59.37 | 67.54 | 75.55 | - |
| YUV | 210.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 217 | 0.14 | 0 | 0.02 | 0.13 | 172.5 | 0.32 | 0.8 |
| Hex | BD | DD | D9 | E | 0 | 2 | D | AC | 20 | 50 |
| Octal | 275 | 335 | 331 | 16 | 0 | 2 | 15 | 254 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11011001 | 1110 | 0 | 10 | 1101 | 10101100 | 100000 | 1010000 |
Color Harmonies of #BDDDD9
Complementary color
Monochromatic Colors of #BDDDD9
Black with #BDDDD9
Text Example
Text Example
White with #BDDDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDD9; }
p { color: rgb(189,221,217); }
H1.HeaderClassName
{
color: #BDDDD9;
}
.AnyTagClassName
{
color: #BDDDD9;
}
</style>
background-color css
<style>
a { background-color: #BDDDD9; }
a { background-color: rgb(189,221,217); }
div.DivClassName
{
background-color: #BDDDD9;
}
.BgClassName
{
background-color: #BDDDD9;
}
</style>
border-color css
<style>
span { border-color: #BDDDD9; }
span { border-color: rgb(189,221,217); }
td.TdClassName
{
border-color: #BDDDD9;
}
.TagClassName
{
border-color: #BDDDD9;
}
</style>