Shades of Cruise #BEDED3
Tints of Cruise #BEDED3
RGB
CMYK
RGB Variations
Color information
#BEDED3 (or 0xBEDED3) is known color: Cruise. HEX triplet: BE, DE and D3. RGB value is (190,222,211). Sum of RGB (Red+Green+Blue) = 190+222+211=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #BEDED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDED3 is #41212C. Grayscale: #D3D3D3. Windows color (decimal): -4268333 or 13885118. OLE color: 13885118.
HSL color Cylindrical-coordinate representation of color #BEDED3: hue angle of 159.38º 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 #BEDED3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 222 | 211 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.13 |
| HSL | 159.38º | 0.33% | 0.81% | - |
| HSV(B) | 159.38º | 0.14% | 0.87% | - |
| XYZ | 59.11 | 67.89 | 71.62 | - |
| YUV | 211.18 | 127.9 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 222 | 211 | 0.14 | 0 | 0.05 | 0.13 | 159.38 | 0.33 | 0.81 |
| Hex | BE | DE | D3 | E | 0 | 5 | D | 9F | 21 | 51 |
| Octal | 276 | 336 | 323 | 16 | 0 | 5 | 15 | 237 | 41 | 121 |
| Binary | 10111110 | 11011110 | 11010011 | 1110 | 0 | 101 | 1101 | 10011111 | 100001 | 1010001 |
Color Harmonies of #BEDED3
Complementary color
Monochromatic Colors of #BEDED3
Black with #BEDED3
Text Example
Text Example
White with #BEDED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDED3; }
p { color: rgb(190,222,211); }
H1.HeaderClassName
{
color: #BEDED3;
}
.AnyTagClassName
{
color: #BEDED3;
}
</style>
background-color css
<style>
a { background-color: #BEDED3; }
a { background-color: rgb(190,222,211); }
div.DivClassName
{
background-color: #BEDED3;
}
.BgClassName
{
background-color: #BEDED3;
}
</style>
border-color css
<style>
span { border-color: #BEDED3; }
span { border-color: rgb(190,222,211); }
td.TdClassName
{
border-color: #BEDED3;
}
.TagClassName
{
border-color: #BEDED3;
}
</style>