Shades of Cruise #BEDED5
Tints of Cruise #BEDED5
RGB
CMYK
RGB Variations
Color information
#BEDED5 (or 0xBEDED5) is known color: Cruise. HEX triplet: BE, DE and D5. RGB value is (190,222,213). Sum of RGB (Red+Green+Blue) = 190+222+213=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED5 is #41212A. Grayscale: #D3D3D3. Windows color (decimal): -4268331 or 14016190. OLE color: 14016190.
HSL color Cylindrical-coordinate representation of color #BEDED5: hue angle of 163.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDED5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 213 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.13 |
| HSL | 163.13º | 0.33% | 0.81% | - |
| HSV(B) | 163.13º | 0.14% | 0.87% | - |
| XYZ | 59.37 | 67.99 | 72.95 | - |
| YUV | 211.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 213 | 0.14 | 0 | 0.04 | 0.13 | 163.13 | 0.33 | 0.81 |
| Hex | BE | DE | D5 | E | 0 | 4 | D | A3 | 21 | 51 |
| Octal | 276 | 336 | 325 | 16 | 0 | 4 | 15 | 243 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11010101 | 1110 | 0 | 100 | 1101 | 10100011 | 100001 | 1010001 |
Color Harmonies of #BEDED5
Complementary color
Monochromatic Colors of #BEDED5
Black with #BEDED5
Text Example
Text Example
White with #BEDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDED5; }
p { color: rgb(190,222,213); }
H1.HeaderClassName
{
color: #BEDED5;
}
.AnyTagClassName
{
color: #BEDED5;
}
</style>
background-color css
<style>
a { background-color: #BEDED5; }
a { background-color: rgb(190,222,213); }
div.DivClassName
{
background-color: #BEDED5;
}
.BgClassName
{
background-color: #BEDED5;
}
</style>
border-color css
<style>
span { border-color: #BEDED5; }
span { border-color: rgb(190,222,213); }
td.TdClassName
{
border-color: #BEDED5;
}
.TagClassName
{
border-color: #BEDED5;
}
</style>