Shades of Cruise #B2DDCD
Tints of Cruise #B2DDCD
RGB
CMYK
RGB Variations
Color information
#B2DDCD (or 0xB2DDCD) is known color: Cruise. HEX triplet: B2, DD and CD. RGB value is (178,221,205). Sum of RGB (Red+Green+Blue) = 178+221+205=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDCD is #4D2232. Grayscale: #CECECE. Windows color (decimal): -5055027 or 13491634. OLE color: 13491634.
HSL color Cylindrical-coordinate representation of color #B2DDCD: hue angle of 157.67º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDCD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 205 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.13 |
| HSL | 157.67º | 0.39% | 0.78% | - |
| HSV(B) | 157.67º | 0.19% | 0.87% | - |
| XYZ | 55.24 | 65.59 | 67.51 | - |
| YUV | 206.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 205 | 0.19 | 0 | 0.07 | 0.13 | 157.67 | 0.39 | 0.78 |
| Hex | B2 | DD | CD | 13 | 0 | 7 | D | 9E | 27 | 4E |
| Octal | 262 | 335 | 315 | 23 | 0 | 7 | 15 | 236 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11001101 | 10011 | 0 | 111 | 1101 | 10011110 | 100111 | 1001110 |
Color Harmonies of #B2DDCD
Complementary color
Monochromatic Colors of #B2DDCD
Black with #B2DDCD
Text Example
Text Example
White with #B2DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDCD; }
p { color: rgb(178,221,205); }
H1.HeaderClassName
{
color: #B2DDCD;
}
.AnyTagClassName
{
color: #B2DDCD;
}
</style>
background-color css
<style>
a { background-color: #B2DDCD; }
a { background-color: rgb(178,221,205); }
div.DivClassName
{
background-color: #B2DDCD;
}
.BgClassName
{
background-color: #B2DDCD;
}
</style>
border-color css
<style>
span { border-color: #B2DDCD; }
span { border-color: rgb(178,221,205); }
td.TdClassName
{
border-color: #B2DDCD;
}
.TagClassName
{
border-color: #B2DDCD;
}
</style>