Shades of Cruise #BDDEDA
Tints of Cruise #BDDEDA
RGB
CMYK
RGB Variations
Color information
#BDDEDA (or 0xBDDEDA) is known color: Cruise. HEX triplet: BD, DE and DA. RGB value is (189,222,218). Sum of RGB (Red+Green+Blue) = 189+222+218=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 218 (85.55% from 255 or 34.66% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEDA is #422125. Grayscale: #D3D3D3. Windows color (decimal): -4333862 or 14343869. OLE color: 14343869.
HSL color Cylindrical-coordinate representation of color #BDDEDA: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEDA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 218 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.13 |
| HSL | 172.73º | 0.33% | 0.81% | - |
| HSV(B) | 172.73º | 0.15% | 0.87% | - |
| XYZ | 59.76 | 68.12 | 76.33 | - |
| YUV | 211.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 218 | 0.15 | 0 | 0.02 | 0.13 | 172.73 | 0.33 | 0.81 |
| Hex | BD | DE | DA | F | 0 | 2 | D | AD | 21 | 51 |
| Octal | 275 | 336 | 332 | 17 | 0 | 2 | 15 | 255 | 41 | 121 |
| Binary | 10111101 | 11011110 | 11011010 | 1111 | 0 | 10 | 1101 | 10101101 | 100001 | 1010001 |
Color Harmonies of #BDDEDA
Complementary color
Monochromatic Colors of #BDDEDA
Black with #BDDEDA
Text Example
Text Example
White with #BDDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDEDA; }
p { color: rgb(189,222,218); }
H1.HeaderClassName
{
color: #BDDEDA;
}
.AnyTagClassName
{
color: #BDDEDA;
}
</style>
background-color css
<style>
a { background-color: #BDDEDA; }
a { background-color: rgb(189,222,218); }
div.DivClassName
{
background-color: #BDDEDA;
}
.BgClassName
{
background-color: #BDDEDA;
}
</style>
border-color css
<style>
span { border-color: #BDDEDA; }
span { border-color: rgb(189,222,218); }
td.TdClassName
{
border-color: #BDDEDA;
}
.TagClassName
{
border-color: #BDDEDA;
}
</style>