Shades of Cruise #B4DFCC
Tints of Cruise #B4DFCC
RGB
CMYK
RGB Variations
Color information
#B4DFCC (or 0xB4DFCC) is known color: Cruise. HEX triplet: B4, DF and CC. RGB value is (180,223,204). Sum of RGB (Red+Green+Blue) = 180+223+204=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFCC is #4B2033. Grayscale: #D0D0D0. Windows color (decimal): -4923444 or 13426612. OLE color: 13426612.
HSL color Cylindrical-coordinate representation of color #B4DFCC: hue angle of 153.49º 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 #B4DFCC is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 204 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.13 |
| HSL | 153.49º | 0.4% | 0.79% | - |
| HSV(B) | 153.49º | 0.19% | 0.87% | - |
| XYZ | 56.11 | 66.84 | 67.07 | - |
| YUV | 207.98 | 125.75 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 204 | 0.19 | 0 | 0.09 | 0.13 | 153.49 | 0.4 | 0.79 |
| Hex | B4 | DF | CC | 13 | 0 | 9 | D | 99 | 28 | 4F |
| Octal | 264 | 337 | 314 | 23 | 0 | 11 | 15 | 231 | 50 | 117 |
| Binary | 10110100 | 11011111 | 11001100 | 10011 | 0 | 1001 | 1101 | 10011001 | 101000 | 1001111 |
Color Harmonies of #B4DFCC
Complementary color
Monochromatic Colors of #B4DFCC
Black with #B4DFCC
Text Example
Text Example
White with #B4DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFCC; }
p { color: rgb(180,223,204); }
H1.HeaderClassName
{
color: #B4DFCC;
}
.AnyTagClassName
{
color: #B4DFCC;
}
</style>
background-color css
<style>
a { background-color: #B4DFCC; }
a { background-color: rgb(180,223,204); }
div.DivClassName
{
background-color: #B4DFCC;
}
.BgClassName
{
background-color: #B4DFCC;
}
</style>
border-color css
<style>
span { border-color: #B4DFCC; }
span { border-color: rgb(180,223,204); }
td.TdClassName
{
border-color: #B4DFCC;
}
.TagClassName
{
border-color: #B4DFCC;
}
</style>