Shades of Cruise #B1DCCC
Tints of Cruise #B1DCCC
RGB
CMYK
RGB Variations
Color information
#B1DCCC (or 0xB1DCCC) is known color: Cruise. HEX triplet: B1, DC and CC. RGB value is (177,220,204). Sum of RGB (Red+Green+Blue) = 177+220+204=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCCC is #4E2333. Grayscale: #CDCDCD. Windows color (decimal): -5120820 or 13425841. OLE color: 13425841.
HSL color Cylindrical-coordinate representation of color #B1DCCC: hue angle of 157.67º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DCCC is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 204 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.14 |
| HSL | 157.67º | 0.38% | 0.78% | - |
| HSV(B) | 157.67º | 0.2% | 0.86% | - |
| XYZ | 54.62 | 64.89 | 66.77 | - |
| YUV | 205.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 204 | 0.20 | 0 | 0.07 | 0.14 | 157.67 | 0.38 | 0.78 |
| Hex | B1 | DC | CC | 14 | 0 | 7 | E | 9E | 26 | 4E |
| Octal | 261 | 334 | 314 | 24 | 0 | 7 | 16 | 236 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11001100 | 10100 | 0 | 111 | 1110 | 10011110 | 100110 | 1001110 |
Color Harmonies of #B1DCCC
Complementary color
Monochromatic Colors of #B1DCCC
Black with #B1DCCC
Text Example
Text Example
White with #B1DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCCC; }
p { color: rgb(177,220,204); }
H1.HeaderClassName
{
color: #B1DCCC;
}
.AnyTagClassName
{
color: #B1DCCC;
}
</style>
background-color css
<style>
a { background-color: #B1DCCC; }
a { background-color: rgb(177,220,204); }
div.DivClassName
{
background-color: #B1DCCC;
}
.BgClassName
{
background-color: #B1DCCC;
}
</style>
border-color css
<style>
span { border-color: #B1DCCC; }
span { border-color: rgb(177,220,204); }
td.TdClassName
{
border-color: #B1DCCC;
}
.TagClassName
{
border-color: #B1DCCC;
}
</style>