Shades of Cruise #B1DBCC
Tints of Cruise #B1DBCC
RGB
CMYK
RGB Variations
Color information
#B1DBCC (or 0xB1DBCC) is known color: Cruise. HEX triplet: B1, DB and CC. RGB value is (177,219,204). Sum of RGB (Red+Green+Blue) = 177+219+204=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBCC is #4E2433. Grayscale: #CCCCCC. Windows color (decimal): -5121076 or 13425585. OLE color: 13425585.
HSL color Cylindrical-coordinate representation of color #B1DBCC: hue angle of 158.57º degrees, saturation: 0.37, 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 #B1DBCC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 204 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.14 |
| HSL | 158.57º | 0.37% | 0.78% | - |
| HSV(B) | 158.57º | 0.19% | 0.86% | - |
| XYZ | 54.36 | 64.37 | 66.69 | - |
| YUV | 204.73 | 127.59 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 204 | 0.19 | 0 | 0.07 | 0.14 | 158.57 | 0.37 | 0.78 |
| Hex | B1 | DB | CC | 13 | 0 | 7 | E | 9F | 25 | 4E |
| Octal | 261 | 333 | 314 | 23 | 0 | 7 | 16 | 237 | 45 | 116 |
| Binary | 10110001 | 11011011 | 11001100 | 10011 | 0 | 111 | 1110 | 10011111 | 100101 | 1001110 |
Color Harmonies of #B1DBCC
Complementary color
Monochromatic Colors of #B1DBCC
Black with #B1DBCC
Text Example
Text Example
White with #B1DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBCC; }
p { color: rgb(177,219,204); }
H1.HeaderClassName
{
color: #B1DBCC;
}
.AnyTagClassName
{
color: #B1DBCC;
}
</style>
background-color css
<style>
a { background-color: #B1DBCC; }
a { background-color: rgb(177,219,204); }
div.DivClassName
{
background-color: #B1DBCC;
}
.BgClassName
{
background-color: #B1DBCC;
}
</style>
border-color css
<style>
span { border-color: #B1DBCC; }
span { border-color: rgb(177,219,204); }
td.TdClassName
{
border-color: #B1DBCC;
}
.TagClassName
{
border-color: #B1DBCC;
}
</style>