Shades of Cruise #B4DFCD
Tints of Cruise #B4DFCD
RGB
CMYK
RGB Variations
Color information
#B4DFCD (or 0xB4DFCD) is known color: Cruise. HEX triplet: B4, DF and CD. RGB value is (180,223,205). Sum of RGB (Red+Green+Blue) = 180+223+205=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFCD is #4B2032. Grayscale: #D0D0D0. Windows color (decimal): -4923443 or 13492148. OLE color: 13492148.
HSL color Cylindrical-coordinate representation of color #B4DFCD: hue angle of 154.88º degrees, saturation: 0.4, 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 #B4DFCD is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 205 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.13 |
| HSL | 154.88º | 0.4% | 0.79% | - |
| HSV(B) | 154.88º | 0.19% | 0.87% | - |
| XYZ | 56.23 | 66.89 | 67.7 | - |
| YUV | 208.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 205 | 0.19 | 0 | 0.08 | 0.13 | 154.88 | 0.4 | 0.79 |
| Hex | B4 | DF | CD | 13 | 0 | 8 | D | 9B | 28 | 4F |
| Octal | 264 | 337 | 315 | 23 | 0 | 10 | 15 | 233 | 50 | 117 |
| Binary | 10110100 | 11011111 | 11001101 | 10011 | 0 | 1000 | 1101 | 10011011 | 101000 | 1001111 |
Color Harmonies of #B4DFCD
Complementary color
Monochromatic Colors of #B4DFCD
Black with #B4DFCD
Text Example
Text Example
White with #B4DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFCD; }
p { color: rgb(180,223,205); }
H1.HeaderClassName
{
color: #B4DFCD;
}
.AnyTagClassName
{
color: #B4DFCD;
}
</style>
background-color css
<style>
a { background-color: #B4DFCD; }
a { background-color: rgb(180,223,205); }
div.DivClassName
{
background-color: #B4DFCD;
}
.BgClassName
{
background-color: #B4DFCD;
}
</style>
border-color css
<style>
span { border-color: #B4DFCD; }
span { border-color: rgb(180,223,205); }
td.TdClassName
{
border-color: #B4DFCD;
}
.TagClassName
{
border-color: #B4DFCD;
}
</style>