Shades of Cruise #B8DECE
Tints of Cruise #B8DECE
RGB
CMYK
RGB Variations
Color information
#B8DECE (or 0xB8DECE) is known color: Cruise. HEX triplet: B8, DE and CE. RGB value is (184,222,206). Sum of RGB (Red+Green+Blue) = 184+222+206=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECE is #472131. Grayscale: #D0D0D0. Windows color (decimal): -4661554 or 13557432. OLE color: 13557432.
HSL color Cylindrical-coordinate representation of color #B8DECE: hue angle of 154.74º 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 #B8DECE is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 206 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.13 |
| HSL | 154.74º | 0.37% | 0.8% | - |
| HSV(B) | 154.74º | 0.17% | 0.87% | - |
| XYZ | 57.03 | 66.89 | 68.3 | - |
| YUV | 208.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 206 | 0.17 | 0 | 0.07 | 0.13 | 154.74 | 0.37 | 0.8 |
| Hex | B8 | DE | CE | 11 | 0 | 7 | D | 9B | 25 | 50 |
| Octal | 270 | 336 | 316 | 21 | 0 | 7 | 15 | 233 | 45 | 120 |
| Binary | 10111000 | 11011110 | 11001110 | 10001 | 0 | 111 | 1101 | 10011011 | 100101 | 1010000 |
Color Harmonies of #B8DECE
Complementary color
Monochromatic Colors of #B8DECE
Black with #B8DECE
Text Example
Text Example
White with #B8DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DECE; }
p { color: rgb(184,222,206); }
H1.HeaderClassName
{
color: #B8DECE;
}
.AnyTagClassName
{
color: #B8DECE;
}
</style>
background-color css
<style>
a { background-color: #B8DECE; }
a { background-color: rgb(184,222,206); }
div.DivClassName
{
background-color: #B8DECE;
}
.BgClassName
{
background-color: #B8DECE;
}
</style>
border-color css
<style>
span { border-color: #B8DECE; }
span { border-color: rgb(184,222,206); }
td.TdClassName
{
border-color: #B8DECE;
}
.TagClassName
{
border-color: #B8DECE;
}
</style>