Shades of Cruise #BDDBD4
Tints of Cruise #BDDBD4
RGB
CMYK
RGB Variations
Color information
#BDDBD4 (or 0xBDDBD4) is known color: Cruise. HEX triplet: BD, DB and D4. RGB value is (189,219,212). Sum of RGB (Red+Green+Blue) = 189+219+212=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD4 is #42242B. Grayscale: #D1D1D1. Windows color (decimal): -4334636 or 13949885. OLE color: 13949885.
HSL color Cylindrical-coordinate representation of color #BDDBD4: hue angle of 166º 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 #BDDBD4 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 212 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.14 |
| HSL | 166º | 0.29% | 0.8% | - |
| HSV(B) | 166º | 0.14% | 0.86% | - |
| XYZ | 58.2 | 66.24 | 72 | - |
| YUV | 209.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 212 | 0.14 | 0 | 0.03 | 0.14 | 166 | 0.29 | 0.8 |
| Hex | BD | DB | D4 | E | 0 | 3 | E | A6 | 1D | 50 |
| Octal | 275 | 333 | 324 | 16 | 0 | 3 | 16 | 246 | 35 | 120 |
| Binary | 10111101 | 11011011 | 11010100 | 1110 | 0 | 11 | 1110 | 10100110 | 11101 | 1010000 |
Color Harmonies of #BDDBD4
Complementary color
Monochromatic Colors of #BDDBD4
Black with #BDDBD4
Text Example
Text Example
White with #BDDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDBD4; }
p { color: rgb(189,219,212); }
H1.HeaderClassName
{
color: #BDDBD4;
}
.AnyTagClassName
{
color: #BDDBD4;
}
</style>
background-color css
<style>
a { background-color: #BDDBD4; }
a { background-color: rgb(189,219,212); }
div.DivClassName
{
background-color: #BDDBD4;
}
.BgClassName
{
background-color: #BDDBD4;
}
</style>
border-color css
<style>
span { border-color: #BDDBD4; }
span { border-color: rgb(189,219,212); }
td.TdClassName
{
border-color: #BDDBD4;
}
.TagClassName
{
border-color: #BDDBD4;
}
</style>