Shades of Cruise #BDDDD7
Tints of Cruise #BDDDD7
RGB
CMYK
RGB Variations
Color information
#BDDDD7 (or 0xBDDDD7) is known color: Cruise. HEX triplet: BD, DD and D7. RGB value is (189,221,215). Sum of RGB (Red+Green+Blue) = 189+221+215=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD7 is #422228. Grayscale: #D2D2D2. Windows color (decimal): -4334121 or 14147005. OLE color: 14147005.
HSL color Cylindrical-coordinate representation of color #BDDDD7: hue angle of 168.75º 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 #BDDDD7 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 215 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 168.75º | 0.32% | 0.8% | - |
| HSV(B) | 168.75º | 0.14% | 0.87% | - |
| XYZ | 59.11 | 67.44 | 74.19 | - |
| YUV | 210.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 215 | 0.14 | 0 | 0.03 | 0.13 | 168.75 | 0.32 | 0.8 |
| Hex | BD | DD | D7 | E | 0 | 3 | D | A9 | 20 | 50 |
| Octal | 275 | 335 | 327 | 16 | 0 | 3 | 15 | 251 | 40 | 120 |
| Binary | 10111101 | 11011101 | 11010111 | 1110 | 0 | 11 | 1101 | 10101001 | 100000 | 1010000 |
Color Harmonies of #BDDDD7
Complementary color
Monochromatic Colors of #BDDDD7
Black with #BDDDD7
Text Example
Text Example
White with #BDDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDD7; }
p { color: rgb(189,221,215); }
H1.HeaderClassName
{
color: #BDDDD7;
}
.AnyTagClassName
{
color: #BDDDD7;
}
</style>
background-color css
<style>
a { background-color: #BDDDD7; }
a { background-color: rgb(189,221,215); }
div.DivClassName
{
background-color: #BDDDD7;
}
.BgClassName
{
background-color: #BDDDD7;
}
</style>
border-color css
<style>
span { border-color: #BDDDD7; }
span { border-color: rgb(189,221,215); }
td.TdClassName
{
border-color: #BDDDD7;
}
.TagClassName
{
border-color: #BDDDD7;
}
</style>