Shades of Cruise #B2DED0
Tints of Cruise #B2DED0
RGB
CMYK
RGB Variations
Color information
#B2DED0 (or 0xB2DED0) is known color: Cruise. HEX triplet: B2, DE and D0. RGB value is (178,222,208). Sum of RGB (Red+Green+Blue) = 178+222+208=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DED0 is #4D212F. Grayscale: #CFCFCF. Windows color (decimal): -5054768 or 13688498. OLE color: 13688498.
HSL color Cylindrical-coordinate representation of color #B2DED0: hue angle of 160.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DED0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 208 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.13 |
| HSL | 160.91º | 0.4% | 0.78% | - |
| HSV(B) | 160.91º | 0.2% | 0.87% | - |
| XYZ | 55.87 | 66.26 | 69.52 | - |
| YUV | 207.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 208 | 0.20 | 0 | 0.06 | 0.13 | 160.91 | 0.4 | 0.78 |
| Hex | B2 | DE | D0 | 14 | 0 | 6 | D | A1 | 28 | 4E |
| Octal | 262 | 336 | 320 | 24 | 0 | 6 | 15 | 241 | 50 | 116 |
| Binary | 10110010 | 11011110 | 11010000 | 10100 | 0 | 110 | 1101 | 10100001 | 101000 | 1001110 |
Color Harmonies of #B2DED0
Complementary color
Monochromatic Colors of #B2DED0
Black with #B2DED0
Text Example
Text Example
White with #B2DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DED0; }
p { color: rgb(178,222,208); }
H1.HeaderClassName
{
color: #B2DED0;
}
.AnyTagClassName
{
color: #B2DED0;
}
</style>
background-color css
<style>
a { background-color: #B2DED0; }
a { background-color: rgb(178,222,208); }
div.DivClassName
{
background-color: #B2DED0;
}
.BgClassName
{
background-color: #B2DED0;
}
</style>
border-color css
<style>
span { border-color: #B2DED0; }
span { border-color: rgb(178,222,208); }
td.TdClassName
{
border-color: #B2DED0;
}
.TagClassName
{
border-color: #B2DED0;
}
</style>