Shades of Cruise #BDDAD2
Tints of Cruise #BDDAD2
RGB
CMYK
RGB Variations
Color information
#BDDAD2 (or 0xBDDAD2) is known color: Cruise. HEX triplet: BD, DA and D2. RGB value is (189,218,210). Sum of RGB (Red+Green+Blue) = 189+218+210=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDAD2 is #42252D. Grayscale: #D0D0D0. Windows color (decimal): -4334894 or 13818557. OLE color: 13818557.
HSL color Cylindrical-coordinate representation of color #BDDAD2: hue angle of 163.45º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDAD2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 210 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.15 |
| HSL | 163.45º | 0.28% | 0.8% | - |
| HSV(B) | 163.45º | 0.13% | 0.85% | - |
| XYZ | 57.69 | 65.61 | 70.6 | - |
| YUV | 208.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 210 | 0.13 | 0 | 0.04 | 0.15 | 163.45 | 0.28 | 0.8 |
| Hex | BD | DA | D2 | D | 0 | 4 | F | A3 | 1C | 50 |
| Octal | 275 | 332 | 322 | 15 | 0 | 4 | 17 | 243 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11010010 | 1101 | 0 | 100 | 1111 | 10100011 | 11100 | 1010000 |
Color Harmonies of #BDDAD2
Complementary color
Monochromatic Colors of #BDDAD2
Black with #BDDAD2
Text Example
Text Example
White with #BDDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDAD2; }
p { color: rgb(189,218,210); }
H1.HeaderClassName
{
color: #BDDAD2;
}
.AnyTagClassName
{
color: #BDDAD2;
}
</style>
background-color css
<style>
a { background-color: #BDDAD2; }
a { background-color: rgb(189,218,210); }
div.DivClassName
{
background-color: #BDDAD2;
}
.BgClassName
{
background-color: #BDDAD2;
}
</style>
border-color css
<style>
span { border-color: #BDDAD2; }
span { border-color: rgb(189,218,210); }
td.TdClassName
{
border-color: #BDDAD2;
}
.TagClassName
{
border-color: #BDDAD2;
}
</style>