Shades of Cruise #B4DECE
Tints of Cruise #B4DECE
RGB
CMYK
RGB Variations
Color information
#B4DECE (or 0xB4DECE) is known color: Cruise. HEX triplet: B4, DE and CE. RGB value is (180,222,206). Sum of RGB (Red+Green+Blue) = 180+222+206=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DECE is #4B2131. Grayscale: #CFCFCF. Windows color (decimal): -4923698 or 13557428. OLE color: 13557428.
HSL color Cylindrical-coordinate representation of color #B4DECE: hue angle of 157.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DECE is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 206 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.13 |
| HSL | 157.14º | 0.39% | 0.79% | - |
| HSV(B) | 157.14º | 0.19% | 0.87% | - |
| XYZ | 56.08 | 66.4 | 68.25 | - |
| YUV | 207.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 206 | 0.19 | 0 | 0.07 | 0.13 | 157.14 | 0.39 | 0.79 |
| Hex | B4 | DE | CE | 13 | 0 | 7 | D | 9D | 27 | 4F |
| Octal | 264 | 336 | 316 | 23 | 0 | 7 | 15 | 235 | 47 | 117 |
| Binary | 10110100 | 11011110 | 11001110 | 10011 | 0 | 111 | 1101 | 10011101 | 100111 | 1001111 |
Color Harmonies of #B4DECE
Complementary color
Monochromatic Colors of #B4DECE
Black with #B4DECE
Text Example
Text Example
White with #B4DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DECE; }
p { color: rgb(180,222,206); }
H1.HeaderClassName
{
color: #B4DECE;
}
.AnyTagClassName
{
color: #B4DECE;
}
</style>
background-color css
<style>
a { background-color: #B4DECE; }
a { background-color: rgb(180,222,206); }
div.DivClassName
{
background-color: #B4DECE;
}
.BgClassName
{
background-color: #B4DECE;
}
</style>
border-color css
<style>
span { border-color: #B4DECE; }
span { border-color: rgb(180,222,206); }
td.TdClassName
{
border-color: #B4DECE;
}
.TagClassName
{
border-color: #B4DECE;
}
</style>