Shades of Cruise #BDDCD8
Tints of Cruise #BDDCD8
RGB
CMYK
RGB Variations
Color information
#BDDCD8 (or 0xBDDCD8) is known color: Cruise. HEX triplet: BD, DC and D8. RGB value is (189,220,216). Sum of RGB (Red+Green+Blue) = 189+220+216=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD8 is #422327. Grayscale: #D2D2D2. Windows color (decimal): -4334376 or 14212285. OLE color: 14212285.
HSL color Cylindrical-coordinate representation of color #BDDCD8: hue angle of 172.26º 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 #BDDCD8 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 216 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.14 |
| HSL | 172.26º | 0.31% | 0.8% | - |
| HSV(B) | 172.26º | 0.14% | 0.86% | - |
| XYZ | 58.97 | 66.96 | 74.78 | - |
| YUV | 210.28 | 131.23 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 216 | 0.14 | 0 | 0.02 | 0.14 | 172.26 | 0.31 | 0.8 |
| Hex | BD | DC | D8 | E | 0 | 2 | E | AC | 1F | 50 |
| Octal | 275 | 334 | 330 | 16 | 0 | 2 | 16 | 254 | 37 | 120 |
| Binary | 10111101 | 11011100 | 11011000 | 1110 | 0 | 10 | 1110 | 10101100 | 11111 | 1010000 |
Color Harmonies of #BDDCD8
Complementary color
Monochromatic Colors of #BDDCD8
Black with #BDDCD8
Text Example
Text Example
White with #BDDCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCD8; }
p { color: rgb(189,220,216); }
H1.HeaderClassName
{
color: #BDDCD8;
}
.AnyTagClassName
{
color: #BDDCD8;
}
</style>
background-color css
<style>
a { background-color: #BDDCD8; }
a { background-color: rgb(189,220,216); }
div.DivClassName
{
background-color: #BDDCD8;
}
.BgClassName
{
background-color: #BDDCD8;
}
</style>
border-color css
<style>
span { border-color: #BDDCD8; }
span { border-color: rgb(189,220,216); }
td.TdClassName
{
border-color: #BDDCD8;
}
.TagClassName
{
border-color: #BDDCD8;
}
</style>