Shades of Cruise #B1DCCE
Tints of Cruise #B1DCCE
RGB
CMYK
RGB Variations
Color information
#B1DCCE (or 0xB1DCCE) is known color: Cruise. HEX triplet: B1, DC and CE. RGB value is (177,220,206). Sum of RGB (Red+Green+Blue) = 177+220+206=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DCCE is #4E2331. Grayscale: #CDCDCD. Windows color (decimal): -5120818 or 13556913. OLE color: 13556913.
HSL color Cylindrical-coordinate representation of color #B1DCCE: hue angle of 160.47º 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 #B1DCCE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 206 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.14 |
| HSL | 160.47º | 0.38% | 0.78% | - |
| HSV(B) | 160.47º | 0.2% | 0.86% | - |
| XYZ | 54.87 | 64.99 | 68.05 | - |
| YUV | 205.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 206 | 0.20 | 0 | 0.06 | 0.14 | 160.47 | 0.38 | 0.78 |
| Hex | B1 | DC | CE | 14 | 0 | 6 | E | A0 | 26 | 4E |
| Octal | 261 | 334 | 316 | 24 | 0 | 6 | 16 | 240 | 46 | 116 |
| Binary | 10110001 | 11011100 | 11001110 | 10100 | 0 | 110 | 1110 | 10100000 | 100110 | 1001110 |
Color Harmonies of #B1DCCE
Complementary color
Monochromatic Colors of #B1DCCE
Black with #B1DCCE
Text Example
Text Example
White with #B1DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DCCE; }
p { color: rgb(177,220,206); }
H1.HeaderClassName
{
color: #B1DCCE;
}
.AnyTagClassName
{
color: #B1DCCE;
}
</style>
background-color css
<style>
a { background-color: #B1DCCE; }
a { background-color: rgb(177,220,206); }
div.DivClassName
{
background-color: #B1DCCE;
}
.BgClassName
{
background-color: #B1DCCE;
}
</style>
border-color css
<style>
span { border-color: #B1DCCE; }
span { border-color: rgb(177,220,206); }
td.TdClassName
{
border-color: #B1DCCE;
}
.TagClassName
{
border-color: #B1DCCE;
}
</style>