Shades of Cruise #BDDCD2
Tints of Cruise #BDDCD2
RGB
CMYK
RGB Variations
Color information
#BDDCD2 (or 0xBDDCD2) is known color: Cruise. HEX triplet: BD, DC and D2. RGB value is (189,220,210). Sum of RGB (Red+Green+Blue) = 189+220+210=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD2 is #42232D. Grayscale: #D1D1D1. Windows color (decimal): -4334382 or 13819069. OLE color: 13819069.
HSL color Cylindrical-coordinate representation of color #BDDCD2: hue angle of 160.65º 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 #BDDCD2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 210 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.14 |
| HSL | 160.65º | 0.31% | 0.8% | - |
| HSV(B) | 160.65º | 0.14% | 0.86% | - |
| XYZ | 58.21 | 66.66 | 70.77 | - |
| YUV | 209.59 | 128.23 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 210 | 0.14 | 0 | 0.05 | 0.14 | 160.65 | 0.31 | 0.8 |
| Hex | BD | DC | D2 | E | 0 | 5 | E | A1 | 1F | 50 |
| Octal | 275 | 334 | 322 | 16 | 0 | 5 | 16 | 241 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11010010 | 1110 | 0 | 101 | 1110 | 10100001 | 11111 | 1010000 |
Color Harmonies of #BDDCD2
Complementary color
Monochromatic Colors of #BDDCD2
Black with #BDDCD2
Text Example
Text Example
White with #BDDCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCD2; }
p { color: rgb(189,220,210); }
H1.HeaderClassName
{
color: #BDDCD2;
}
.AnyTagClassName
{
color: #BDDCD2;
}
</style>
background-color css
<style>
a { background-color: #BDDCD2; }
a { background-color: rgb(189,220,210); }
div.DivClassName
{
background-color: #BDDCD2;
}
.BgClassName
{
background-color: #BDDCD2;
}
</style>
border-color css
<style>
span { border-color: #BDDCD2; }
span { border-color: rgb(189,220,210); }
td.TdClassName
{
border-color: #BDDCD2;
}
.TagClassName
{
border-color: #BDDCD2;
}
</style>