Shades of Cruise #B2DBCC
Tints of Cruise #B2DBCC
RGB
CMYK
RGB Variations
Color information
#B2DBCC (or 0xB2DBCC) is known color: Cruise. HEX triplet: B2, DB and CC. RGB value is (178,219,204). Sum of RGB (Red+Green+Blue) = 178+219+204=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBCC is #4D2433. Grayscale: #CDCDCD. Windows color (decimal): -5055540 or 13425586. OLE color: 13425586.
HSL color Cylindrical-coordinate representation of color #B2DBCC: hue angle of 158.05º degrees, saturation: 0.36, 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 #B2DBCC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 204 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.14 |
| HSL | 158.05º | 0.36% | 0.78% | - |
| HSV(B) | 158.05º | 0.19% | 0.86% | - |
| XYZ | 54.59 | 64.49 | 66.7 | - |
| YUV | 205.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 204 | 0.19 | 0 | 0.07 | 0.14 | 158.05 | 0.36 | 0.78 |
| Hex | B2 | DB | CC | 13 | 0 | 7 | E | 9E | 24 | 4E |
| Octal | 262 | 333 | 314 | 23 | 0 | 7 | 16 | 236 | 44 | 116 |
| Binary | 10110010 | 11011011 | 11001100 | 10011 | 0 | 111 | 1110 | 10011110 | 100100 | 1001110 |
Color Harmonies of #B2DBCC
Complementary color
Monochromatic Colors of #B2DBCC
Black with #B2DBCC
Text Example
Text Example
White with #B2DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBCC; }
p { color: rgb(178,219,204); }
H1.HeaderClassName
{
color: #B2DBCC;
}
.AnyTagClassName
{
color: #B2DBCC;
}
</style>
background-color css
<style>
a { background-color: #B2DBCC; }
a { background-color: rgb(178,219,204); }
div.DivClassName
{
background-color: #B2DBCC;
}
.BgClassName
{
background-color: #B2DBCC;
}
</style>
border-color css
<style>
span { border-color: #B2DBCC; }
span { border-color: rgb(178,219,204); }
td.TdClassName
{
border-color: #B2DBCC;
}
.TagClassName
{
border-color: #B2DBCC;
}
</style>