Shades of Cruise #B2DCCD
Tints of Cruise #B2DCCD
RGB
CMYK
RGB Variations
Color information
#B2DCCD (or 0xB2DCCD) is known color: Cruise. HEX triplet: B2, DC and CD. RGB value is (178,220,205). Sum of RGB (Red+Green+Blue) = 178+220+205=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCD is #4D2332. Grayscale: #CDCDCD. Windows color (decimal): -5055283 or 13491378. OLE color: 13491378.
HSL color Cylindrical-coordinate representation of color #B2DCCD: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCCD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 205 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.14 |
| HSL | 158.57º | 0.38% | 0.78% | - |
| HSV(B) | 158.57º | 0.19% | 0.86% | - |
| XYZ | 54.97 | 65.06 | 67.42 | - |
| YUV | 205.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 205 | 0.19 | 0 | 0.07 | 0.14 | 158.57 | 0.38 | 0.78 |
| Hex | B2 | DC | CD | 13 | 0 | 7 | E | 9F | 26 | 4E |
| Octal | 262 | 334 | 315 | 23 | 0 | 7 | 16 | 237 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11001101 | 10011 | 0 | 111 | 1110 | 10011111 | 100110 | 1001110 |
Color Harmonies of #B2DCCD
Complementary color
Monochromatic Colors of #B2DCCD
Black with #B2DCCD
Text Example
Text Example
White with #B2DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCCD; }
p { color: rgb(178,220,205); }
H1.HeaderClassName
{
color: #B2DCCD;
}
.AnyTagClassName
{
color: #B2DCCD;
}
</style>
background-color css
<style>
a { background-color: #B2DCCD; }
a { background-color: rgb(178,220,205); }
div.DivClassName
{
background-color: #B2DCCD;
}
.BgClassName
{
background-color: #B2DCCD;
}
</style>
border-color css
<style>
span { border-color: #B2DCCD; }
span { border-color: rgb(178,220,205); }
td.TdClassName
{
border-color: #B2DCCD;
}
.TagClassName
{
border-color: #B2DCCD;
}
</style>