Shades of Cruise #BDDCD3
Tints of Cruise #BDDCD3
RGB
CMYK
RGB Variations
Color information
#BDDCD3 (or 0xBDDCD3) is known color: Cruise. HEX triplet: BD, DC and D3. RGB value is (189,220,211). Sum of RGB (Red+Green+Blue) = 189+220+211=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 211 (82.81% from 255 or 34.03% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD3 is #42232C. Grayscale: #D1D1D1. Windows color (decimal): -4334381 or 13884605. OLE color: 13884605.
HSL color Cylindrical-coordinate representation of color #BDDCD3: hue angle of 162.58º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 211 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.14 |
| HSL | 162.58º | 0.31% | 0.8% | - |
| HSV(B) | 162.58º | 0.14% | 0.86% | - |
| XYZ | 58.34 | 66.71 | 71.43 | - |
| YUV | 209.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 211 | 0.14 | 0 | 0.04 | 0.14 | 162.58 | 0.31 | 0.8 |
| Hex | BD | DC | D3 | E | 0 | 4 | E | A3 | 1F | 50 |
| Octal | 275 | 334 | 323 | 16 | 0 | 4 | 16 | 243 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11010011 | 1110 | 0 | 100 | 1110 | 10100011 | 11111 | 1010000 |
Color Harmonies of #BDDCD3
Complementary color
Monochromatic Colors of #BDDCD3
Black with #BDDCD3
Text Example
Text Example
White with #BDDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCD3; }
p { color: rgb(189,220,211); }
H1.HeaderClassName
{
color: #BDDCD3;
}
.AnyTagClassName
{
color: #BDDCD3;
}
</style>
background-color css
<style>
a { background-color: #BDDCD3; }
a { background-color: rgb(189,220,211); }
div.DivClassName
{
background-color: #BDDCD3;
}
.BgClassName
{
background-color: #BDDCD3;
}
</style>
border-color css
<style>
span { border-color: #BDDCD3; }
span { border-color: rgb(189,220,211); }
td.TdClassName
{
border-color: #BDDCD3;
}
.TagClassName
{
border-color: #BDDCD3;
}
</style>