Shades of Cruise #BDDBD3
Tints of Cruise #BDDBD3
RGB
CMYK
RGB Variations
Color information
#BDDBD3 (or 0xBDDBD3) is known color: Cruise. HEX triplet: BD, DB and D3. RGB value is (189,219,211). Sum of RGB (Red+Green+Blue) = 189+219+211=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD3 is #42242C. Grayscale: #D1D1D1. Windows color (decimal): -4334637 or 13884349. OLE color: 13884349.
HSL color Cylindrical-coordinate representation of color #BDDBD3: hue angle of 164º degrees, saturation: 0.29, 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 #BDDBD3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 211 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.14 |
| HSL | 164º | 0.29% | 0.8% | - |
| HSV(B) | 164º | 0.14% | 0.86% | - |
| XYZ | 58.08 | 66.19 | 71.34 | - |
| YUV | 209.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 211 | 0.14 | 0 | 0.04 | 0.14 | 164 | 0.29 | 0.8 |
| Hex | BD | DB | D3 | E | 0 | 4 | E | A4 | 1D | 50 |
| Octal | 275 | 333 | 323 | 16 | 0 | 4 | 16 | 244 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11010011 | 1110 | 0 | 100 | 1110 | 10100100 | 11101 | 1010000 |
Color Harmonies of #BDDBD3
Complementary color
Monochromatic Colors of #BDDBD3
Black with #BDDBD3
Text Example
Text Example
White with #BDDBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBD3; }
p { color: rgb(189,219,211); }
H1.HeaderClassName
{
color: #BDDBD3;
}
.AnyTagClassName
{
color: #BDDBD3;
}
</style>
background-color css
<style>
a { background-color: #BDDBD3; }
a { background-color: rgb(189,219,211); }
div.DivClassName
{
background-color: #BDDBD3;
}
.BgClassName
{
background-color: #BDDBD3;
}
</style>
border-color css
<style>
span { border-color: #BDDBD3; }
span { border-color: rgb(189,219,211); }
td.TdClassName
{
border-color: #BDDBD3;
}
.TagClassName
{
border-color: #BDDBD3;
}
</style>