Shades of Cruise #B4DECD
Tints of Cruise #B4DECD
RGB
CMYK
RGB Variations
Color information
#B4DECD (or 0xB4DECD) is known color: Cruise. HEX triplet: B4, DE and CD. RGB value is (180,222,205). Sum of RGB (Red+Green+Blue) = 180+222+205=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DECD is #4B2132. Grayscale: #CFCFCF. Windows color (decimal): -4923699 or 13491892. OLE color: 13491892.
HSL color Cylindrical-coordinate representation of color #B4DECD: hue angle of 155.71º 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 #B4DECD is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 222 | 205 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.13 |
| HSL | 155.71º | 0.39% | 0.79% | - |
| HSV(B) | 155.71º | 0.19% | 0.87% | - |
| XYZ | 55.96 | 66.35 | 67.62 | - |
| YUV | 207.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 222 | 205 | 0.19 | 0 | 0.08 | 0.13 | 155.71 | 0.39 | 0.79 |
| Hex | B4 | DE | CD | 13 | 0 | 8 | D | 9C | 27 | 4F |
| Octal | 264 | 336 | 315 | 23 | 0 | 10 | 15 | 234 | 47 | 117 |
| Binary | 10110100 | 11011110 | 11001101 | 10011 | 0 | 1000 | 1101 | 10011100 | 100111 | 1001111 |
Color Harmonies of #B4DECD
Complementary color
Monochromatic Colors of #B4DECD
Black with #B4DECD
Text Example
Text Example
White with #B4DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DECD; }
p { color: rgb(180,222,205); }
H1.HeaderClassName
{
color: #B4DECD;
}
.AnyTagClassName
{
color: #B4DECD;
}
</style>
background-color css
<style>
a { background-color: #B4DECD; }
a { background-color: rgb(180,222,205); }
div.DivClassName
{
background-color: #B4DECD;
}
.BgClassName
{
background-color: #B4DECD;
}
</style>
border-color css
<style>
span { border-color: #B4DECD; }
span { border-color: rgb(180,222,205); }
td.TdClassName
{
border-color: #B4DECD;
}
.TagClassName
{
border-color: #B4DECD;
}
</style>