Shades of Cruise #B4DCCD
Tints of Cruise #B4DCCD
RGB
CMYK
RGB Variations
Color information
#B4DCCD (or 0xB4DCCD) is known color: Cruise. HEX triplet: B4, DC and CD. RGB value is (180,220,205). Sum of RGB (Red+Green+Blue) = 180+220+205=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCD is #4B2332. Grayscale: #CECECE. Windows color (decimal): -4924211 or 13491380. OLE color: 13491380.
HSL color Cylindrical-coordinate representation of color #B4DCCD: hue angle of 157.5º 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 #B4DCCD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 220 | 205 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 157.5º | 0.36% | 0.78% | - |
| HSV(B) | 157.5º | 0.18% | 0.86% | - |
| XYZ | 55.44 | 65.3 | 67.44 | - |
| YUV | 206.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 205 | 0.18 | 0 | 0.07 | 0.14 | 157.5 | 0.36 | 0.78 |
| Hex | B4 | DC | CD | 12 | 0 | 7 | E | 9E | 24 | 4E |
| Octal | 264 | 334 | 315 | 22 | 0 | 7 | 16 | 236 | 44 | 116 |
| Binary | 10110100 | 11011100 | 11001101 | 10010 | 0 | 111 | 1110 | 10011110 | 100100 | 1001110 |
Color Harmonies of #B4DCCD
Complementary color
Monochromatic Colors of #B4DCCD
Black with #B4DCCD
Text Example
Text Example
White with #B4DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCCD; }
p { color: rgb(180,220,205); }
H1.HeaderClassName
{
color: #B4DCCD;
}
.AnyTagClassName
{
color: #B4DCCD;
}
</style>
background-color css
<style>
a { background-color: #B4DCCD; }
a { background-color: rgb(180,220,205); }
div.DivClassName
{
background-color: #B4DCCD;
}
.BgClassName
{
background-color: #B4DCCD;
}
</style>
border-color css
<style>
span { border-color: #B4DCCD; }
span { border-color: rgb(180,220,205); }
td.TdClassName
{
border-color: #B4DCCD;
}
.TagClassName
{
border-color: #B4DCCD;
}
</style>