Shades of Cruise #BEDDD2
Tints of Cruise #BEDDD2
RGB
CMYK
RGB Variations
Color information
#BEDDD2 (or 0xBEDDD2) is known color: Cruise. HEX triplet: BE, DD and D2. RGB value is (190,221,210). Sum of RGB (Red+Green+Blue) = 190+221+210=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDD2 is #41222D. Grayscale: #D2D2D2. Windows color (decimal): -4268590 or 13819326. OLE color: 13819326.
HSL color Cylindrical-coordinate representation of color #BEDDD2: hue angle of 158.71º degrees, saturation: 0.31, 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 #BEDDD2 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 210 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.13 |
| HSL | 158.71º | 0.31% | 0.81% | - |
| HSV(B) | 158.71º | 0.14% | 0.87% | - |
| XYZ | 58.72 | 67.31 | 70.87 | - |
| YUV | 210.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 210 | 0.14 | 0 | 0.05 | 0.13 | 158.71 | 0.31 | 0.81 |
| Hex | BE | DD | D2 | E | 0 | 5 | D | 9F | 1F | 51 |
| Octal | 276 | 335 | 322 | 16 | 0 | 5 | 15 | 237 | 37 | 121 |
| Binary | 10111110 | 11011101 | 11010010 | 1110 | 0 | 101 | 1101 | 10011111 | 11111 | 1010001 |
Color Harmonies of #BEDDD2
Complementary color
Monochromatic Colors of #BEDDD2
Black with #BEDDD2
Text Example
Text Example
White with #BEDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDD2; }
p { color: rgb(190,221,210); }
H1.HeaderClassName
{
color: #BEDDD2;
}
.AnyTagClassName
{
color: #BEDDD2;
}
</style>
background-color css
<style>
a { background-color: #BEDDD2; }
a { background-color: rgb(190,221,210); }
div.DivClassName
{
background-color: #BEDDD2;
}
.BgClassName
{
background-color: #BEDDD2;
}
</style>
border-color css
<style>
span { border-color: #BEDDD2; }
span { border-color: rgb(190,221,210); }
td.TdClassName
{
border-color: #BEDDD2;
}
.TagClassName
{
border-color: #BEDDD2;
}
</style>