Shades of Cruise #B5DED2
Tints of Cruise #B5DED2
RGB
CMYK
RGB Variations
Color information
#B5DED2 (or 0xB5DED2) is known color: Cruise. HEX triplet: B5, DE and D2. RGB value is (181,222,210). Sum of RGB (Red+Green+Blue) = 181+222+210=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DED2 is #4A212D. Grayscale: #D0D0D0. Windows color (decimal): -4858158 or 13819573. OLE color: 13819573.
HSL color Cylindrical-coordinate representation of color #B5DED2: hue angle of 162.44º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DED2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 222 | 210 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.13 |
| HSL | 162.44º | 0.38% | 0.79% | - |
| HSV(B) | 162.44º | 0.18% | 0.87% | - |
| XYZ | 56.81 | 66.72 | 70.86 | - |
| YUV | 208.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 222 | 210 | 0.18 | 0 | 0.05 | 0.13 | 162.44 | 0.38 | 0.79 |
| Hex | B5 | DE | D2 | 12 | 0 | 5 | D | A2 | 26 | 4F |
| Octal | 265 | 336 | 322 | 22 | 0 | 5 | 15 | 242 | 46 | 117 |
| Binary | 10110101 | 11011110 | 11010010 | 10010 | 0 | 101 | 1101 | 10100010 | 100110 | 1001111 |
Color Harmonies of #B5DED2
Complementary color
Monochromatic Colors of #B5DED2
Black with #B5DED2
Text Example
Text Example
White with #B5DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DED2; }
p { color: rgb(181,222,210); }
H1.HeaderClassName
{
color: #B5DED2;
}
.AnyTagClassName
{
color: #B5DED2;
}
</style>
background-color css
<style>
a { background-color: #B5DED2; }
a { background-color: rgb(181,222,210); }
div.DivClassName
{
background-color: #B5DED2;
}
.BgClassName
{
background-color: #B5DED2;
}
</style>
border-color css
<style>
span { border-color: #B5DED2; }
span { border-color: rgb(181,222,210); }
td.TdClassName
{
border-color: #B5DED2;
}
.TagClassName
{
border-color: #B5DED2;
}
</style>