Shades of Cruise #BEDAD5
Tints of Cruise #BEDAD5
RGB
CMYK
RGB Variations
Color information
#BEDAD5 (or 0xBEDAD5) is known color: Cruise. HEX triplet: BE, DA and D5. RGB value is (190,218,213). Sum of RGB (Red+Green+Blue) = 190+218+213=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD5 is #41252A. Grayscale: #D1D1D1. Windows color (decimal): -4269355 or 14015166. OLE color: 14015166.
HSL color Cylindrical-coordinate representation of color #BEDAD5: hue angle of 169.29º degrees, saturation: 0.27, 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 #BEDAD5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 213 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.15 |
| HSL | 169.29º | 0.27% | 0.8% | - |
| HSV(B) | 169.29º | 0.13% | 0.85% | - |
| XYZ | 58.32 | 65.89 | 72.6 | - |
| YUV | 209.06 | 130.22 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 213 | 0.13 | 0 | 0.02 | 0.15 | 169.29 | 0.27 | 0.8 |
| Hex | BE | DA | D5 | D | 0 | 2 | F | A9 | 1B | 50 |
| Octal | 276 | 332 | 325 | 15 | 0 | 2 | 17 | 251 | 33 | 120 |
| Binary | 10111110 | 11011010 | 11010101 | 1101 | 0 | 10 | 1111 | 10101001 | 11011 | 1010000 |
Color Harmonies of #BEDAD5
Complementary color
Monochromatic Colors of #BEDAD5
Black with #BEDAD5
Text Example
Text Example
White with #BEDAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAD5; }
p { color: rgb(190,218,213); }
H1.HeaderClassName
{
color: #BEDAD5;
}
.AnyTagClassName
{
color: #BEDAD5;
}
</style>
background-color css
<style>
a { background-color: #BEDAD5; }
a { background-color: rgb(190,218,213); }
div.DivClassName
{
background-color: #BEDAD5;
}
.BgClassName
{
background-color: #BEDAD5;
}
</style>
border-color css
<style>
span { border-color: #BEDAD5; }
span { border-color: rgb(190,218,213); }
td.TdClassName
{
border-color: #BEDAD5;
}
.TagClassName
{
border-color: #BEDAD5;
}
</style>