Shades of Cruise #BEDED8
Tints of Cruise #BEDED8
RGB
CMYK
RGB Variations
Color information
#BEDED8 (or 0xBEDED8) is known color: Cruise. HEX triplet: BE, DE and D8. RGB value is (190,222,216). Sum of RGB (Red+Green+Blue) = 190+222+216=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED8 is #412127. Grayscale: #D3D3D3. Windows color (decimal): -4268328 or 14212798. OLE color: 14212798.
HSL color Cylindrical-coordinate representation of color #BEDED8: hue angle of 168.75º 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 #BEDED8 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 216 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.13 |
| HSL | 168.75º | 0.33% | 0.81% | - |
| HSV(B) | 168.75º | 0.14% | 0.87% | - |
| XYZ | 59.75 | 68.15 | 74.97 | - |
| YUV | 211.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 216 | 0.14 | 0 | 0.03 | 0.13 | 168.75 | 0.33 | 0.81 |
| Hex | BE | DE | D8 | E | 0 | 3 | D | A9 | 21 | 51 |
| Octal | 276 | 336 | 330 | 16 | 0 | 3 | 15 | 251 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11011000 | 1110 | 0 | 11 | 1101 | 10101001 | 100001 | 1010001 |
Color Harmonies of #BEDED8
Complementary color
Monochromatic Colors of #BEDED8
Black with #BEDED8
Text Example
Text Example
White with #BEDED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDED8; }
p { color: rgb(190,222,216); }
H1.HeaderClassName
{
color: #BEDED8;
}
.AnyTagClassName
{
color: #BEDED8;
}
</style>
background-color css
<style>
a { background-color: #BEDED8; }
a { background-color: rgb(190,222,216); }
div.DivClassName
{
background-color: #BEDED8;
}
.BgClassName
{
background-color: #BEDED8;
}
</style>
border-color css
<style>
span { border-color: #BEDED8; }
span { border-color: rgb(190,222,216); }
td.TdClassName
{
border-color: #BEDED8;
}
.TagClassName
{
border-color: #BEDED8;
}
</style>