Shades of Cruise #BEDCD3
Tints of Cruise #BEDCD3
RGB
CMYK
RGB Variations
Color information
#BEDCD3 (or 0xBEDCD3) is known color: Cruise. HEX triplet: BE, DC and D3. RGB value is (190,220,211). Sum of RGB (Red+Green+Blue) = 190+220+211=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #BEDCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDCD3 is #41232C. Grayscale: #D2D2D2. Windows color (decimal): -4268845 or 13884606. OLE color: 13884606.
HSL color Cylindrical-coordinate representation of color #BEDCD3: hue angle of 162º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDCD3 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 220 | 211 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.14 |
| HSL | 162º | 0.3% | 0.8% | - |
| HSV(B) | 162º | 0.14% | 0.86% | - |
| XYZ | 58.59 | 66.84 | 71.44 | - |
| YUV | 210 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 220 | 211 | 0.14 | 0 | 0.04 | 0.14 | 162 | 0.3 | 0.8 |
| Hex | BE | DC | D3 | E | 0 | 4 | E | A2 | 1E | 50 |
| Octal | 276 | 334 | 323 | 16 | 0 | 4 | 16 | 242 | 36 | 120 |
| Binary | 10111110 | 11011100 | 11010011 | 1110 | 0 | 100 | 1110 | 10100010 | 11110 | 1010000 |
Color Harmonies of #BEDCD3
Complementary color
Monochromatic Colors of #BEDCD3
Black with #BEDCD3
Text Example
Text Example
White with #BEDCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDCD3; }
p { color: rgb(190,220,211); }
H1.HeaderClassName
{
color: #BEDCD3;
}
.AnyTagClassName
{
color: #BEDCD3;
}
</style>
background-color css
<style>
a { background-color: #BEDCD3; }
a { background-color: rgb(190,220,211); }
div.DivClassName
{
background-color: #BEDCD3;
}
.BgClassName
{
background-color: #BEDCD3;
}
</style>
border-color css
<style>
span { border-color: #BEDCD3; }
span { border-color: rgb(190,220,211); }
td.TdClassName
{
border-color: #BEDCD3;
}
.TagClassName
{
border-color: #BEDCD3;
}
</style>