Shades of Cruise #BEDAD2
Tints of Cruise #BEDAD2
RGB
CMYK
RGB Variations
Color information
#BEDAD2 (or 0xBEDAD2) is known color: Cruise. HEX triplet: BE, DA and D2. RGB value is (190,218,210). Sum of RGB (Red+Green+Blue) = 190+218+210=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 210 (82.42% from 255 or 33.98% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD2 is #41252D. Grayscale: #D0D0D0. Windows color (decimal): -4269358 or 13818558. OLE color: 13818558.
HSL color Cylindrical-coordinate representation of color #BEDAD2: hue angle of 162.86º 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 #BEDAD2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 210 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.15 |
| HSL | 162.86º | 0.27% | 0.8% | - |
| HSV(B) | 162.86º | 0.13% | 0.85% | - |
| XYZ | 57.94 | 65.74 | 70.61 | - |
| YUV | 208.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 210 | 0.13 | 0 | 0.04 | 0.15 | 162.86 | 0.27 | 0.8 |
| Hex | BE | DA | D2 | D | 0 | 4 | F | A3 | 1B | 50 |
| Octal | 276 | 332 | 322 | 15 | 0 | 4 | 17 | 243 | 33 | 120 |
| Binary | 10111110 | 11011010 | 11010010 | 1101 | 0 | 100 | 1111 | 10100011 | 11011 | 1010000 |
Color Harmonies of #BEDAD2
Complementary color
Monochromatic Colors of #BEDAD2
Black with #BEDAD2
Text Example
Text Example
White with #BEDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAD2; }
p { color: rgb(190,218,210); }
H1.HeaderClassName
{
color: #BEDAD2;
}
.AnyTagClassName
{
color: #BEDAD2;
}
</style>
background-color css
<style>
a { background-color: #BEDAD2; }
a { background-color: rgb(190,218,210); }
div.DivClassName
{
background-color: #BEDAD2;
}
.BgClassName
{
background-color: #BEDAD2;
}
</style>
border-color css
<style>
span { border-color: #BEDAD2; }
span { border-color: rgb(190,218,210); }
td.TdClassName
{
border-color: #BEDAD2;
}
.TagClassName
{
border-color: #BEDAD2;
}
</style>