Shades of Cruise #B8DED7
Tints of Cruise #B8DED7
RGB
CMYK
RGB Variations
Color information
#B8DED7 (or 0xB8DED7) is known color: Cruise. HEX triplet: B8, DE and D7. RGB value is (184,222,215). Sum of RGB (Red+Green+Blue) = 184+222+215=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DED7 is #472128. Grayscale: #D1D1D1. Windows color (decimal): -4661545 or 14147256. OLE color: 14147256.
HSL color Cylindrical-coordinate representation of color #B8DED7: hue angle of 168.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DED7 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 215 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.13 |
| HSL | 168.95º | 0.37% | 0.8% | - |
| HSV(B) | 168.95º | 0.17% | 0.87% | - |
| XYZ | 58.15 | 67.34 | 74.22 | - |
| YUV | 209.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 215 | 0.17 | 0 | 0.03 | 0.13 | 168.95 | 0.37 | 0.8 |
| Hex | B8 | DE | D7 | 11 | 0 | 3 | D | A9 | 25 | 50 |
| Octal | 270 | 336 | 327 | 21 | 0 | 3 | 15 | 251 | 45 | 120 |
| Binary | 10111000 | 11011110 | 11010111 | 10001 | 0 | 11 | 1101 | 10101001 | 100101 | 1010000 |
Color Harmonies of #B8DED7
Complementary color
Monochromatic Colors of #B8DED7
Black with #B8DED7
Text Example
Text Example
White with #B8DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DED7; }
p { color: rgb(184,222,215); }
H1.HeaderClassName
{
color: #B8DED7;
}
.AnyTagClassName
{
color: #B8DED7;
}
</style>
background-color css
<style>
a { background-color: #B8DED7; }
a { background-color: rgb(184,222,215); }
div.DivClassName
{
background-color: #B8DED7;
}
.BgClassName
{
background-color: #B8DED7;
}
</style>
border-color css
<style>
span { border-color: #B8DED7; }
span { border-color: rgb(184,222,215); }
td.TdClassName
{
border-color: #B8DED7;
}
.TagClassName
{
border-color: #B8DED7;
}
</style>