Shades of Cruise #BEDAD3
Tints of Cruise #BEDAD3
RGB
CMYK
RGB Variations
Color information
#BEDAD3 (or 0xBEDAD3) is known color: Cruise. HEX triplet: BE, DA and D3. RGB value is (190,218,211). Sum of RGB (Red+Green+Blue) = 190+218+211=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #BEDAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDAD3 is #41252C. Grayscale: #D0D0D0. Windows color (decimal): -4269357 or 13884094. OLE color: 13884094.
HSL color Cylindrical-coordinate representation of color #BEDAD3: hue angle of 165º 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 #BEDAD3 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 218 | 211 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.15 |
| HSL | 165º | 0.27% | 0.8% | - |
| HSV(B) | 165º | 0.13% | 0.85% | - |
| XYZ | 58.06 | 65.79 | 71.27 | - |
| YUV | 208.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 218 | 211 | 0.13 | 0 | 0.03 | 0.15 | 165 | 0.27 | 0.8 |
| Hex | BE | DA | D3 | D | 0 | 3 | F | A5 | 1B | 50 |
| Octal | 276 | 332 | 323 | 15 | 0 | 3 | 17 | 245 | 33 | 120 |
| Binary | 10111110 | 11011010 | 11010011 | 1101 | 0 | 11 | 1111 | 10100101 | 11011 | 1010000 |
Color Harmonies of #BEDAD3
Complementary color
Monochromatic Colors of #BEDAD3
Black with #BEDAD3
Text Example
Text Example
White with #BEDAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDAD3; }
p { color: rgb(190,218,211); }
H1.HeaderClassName
{
color: #BEDAD3;
}
.AnyTagClassName
{
color: #BEDAD3;
}
</style>
background-color css
<style>
a { background-color: #BEDAD3; }
a { background-color: rgb(190,218,211); }
div.DivClassName
{
background-color: #BEDAD3;
}
.BgClassName
{
background-color: #BEDAD3;
}
</style>
border-color css
<style>
span { border-color: #BEDAD3; }
span { border-color: rgb(190,218,211); }
td.TdClassName
{
border-color: #BEDAD3;
}
.TagClassName
{
border-color: #BEDAD3;
}
</style>