Shades of Cruise #B4DCCC
Tints of Cruise #B4DCCC
RGB
CMYK
RGB Variations
Color information
#B4DCCC (or 0xB4DCCC) is known color: Cruise. HEX triplet: B4, DC and CC. RGB value is (180,220,204). Sum of RGB (Red+Green+Blue) = 180+220+204=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCC is #4B2333. Grayscale: #CECECE. Windows color (decimal): -4924212 or 13425844. OLE color: 13425844.
HSL color Cylindrical-coordinate representation of color #B4DCCC: hue angle of 156º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DCCC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 204 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 156º | 0.36% | 0.78% | - |
| HSV(B) | 156º | 0.18% | 0.86% | - |
| XYZ | 55.31 | 65.25 | 66.81 | - |
| YUV | 206.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 204 | 0.18 | 0 | 0.07 | 0.14 | 156 | 0.36 | 0.78 |
| Hex | B4 | DC | CC | 12 | 0 | 7 | E | 9C | 24 | 4E |
| Octal | 264 | 334 | 314 | 22 | 0 | 7 | 16 | 234 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11001100 | 10010 | 0 | 111 | 1110 | 10011100 | 100100 | 1001110 |
Color Harmonies of #B4DCCC
Complementary color
Monochromatic Colors of #B4DCCC
Black with #B4DCCC
Text Example
Text Example
White with #B4DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCCC; }
p { color: rgb(180,220,204); }
H1.HeaderClassName
{
color: #B4DCCC;
}
.AnyTagClassName
{
color: #B4DCCC;
}
</style>
background-color css
<style>
a { background-color: #B4DCCC; }
a { background-color: rgb(180,220,204); }
div.DivClassName
{
background-color: #B4DCCC;
}
.BgClassName
{
background-color: #B4DCCC;
}
</style>
border-color css
<style>
span { border-color: #B4DCCC; }
span { border-color: rgb(180,220,204); }
td.TdClassName
{
border-color: #B4DCCC;
}
.TagClassName
{
border-color: #B4DCCC;
}
</style>