Shades of Cruise #B1DBCB
Tints of Cruise #B1DBCB
RGB
CMYK
RGB Variations
Color information
#B1DBCB (or 0xB1DBCB) is known color: Cruise. HEX triplet: B1, DB and CB. RGB value is (177,219,203). Sum of RGB (Red+Green+Blue) = 177+219+203=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DBCB is #4E2434. Grayscale: #CCCCCC. Windows color (decimal): -5121077 or 13360049. OLE color: 13360049.
HSL color Cylindrical-coordinate representation of color #B1DBCB: hue angle of 157.14º 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 #B1DBCB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 203 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.14 |
| HSL | 157.14º | 0.37% | 0.78% | - |
| HSV(B) | 157.14º | 0.19% | 0.86% | - |
| XYZ | 54.24 | 64.32 | 66.06 | - |
| YUV | 204.62 | 127.09 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 203 | 0.19 | 0 | 0.07 | 0.14 | 157.14 | 0.37 | 0.78 |
| Hex | B1 | DB | CB | 13 | 0 | 7 | E | 9D | 25 | 4E |
| Octal | 261 | 333 | 313 | 23 | 0 | 7 | 16 | 235 | 45 | 116 |
| Binary | 10110001 | 11011011 | 11001011 | 10011 | 0 | 111 | 1110 | 10011101 | 100101 | 1001110 |
Color Harmonies of #B1DBCB
Complementary color
Monochromatic Colors of #B1DBCB
Black with #B1DBCB
Text Example
Text Example
White with #B1DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DBCB; }
p { color: rgb(177,219,203); }
H1.HeaderClassName
{
color: #B1DBCB;
}
.AnyTagClassName
{
color: #B1DBCB;
}
</style>
background-color css
<style>
a { background-color: #B1DBCB; }
a { background-color: rgb(177,219,203); }
div.DivClassName
{
background-color: #B1DBCB;
}
.BgClassName
{
background-color: #B1DBCB;
}
</style>
border-color css
<style>
span { border-color: #B1DBCB; }
span { border-color: rgb(177,219,203); }
td.TdClassName
{
border-color: #B1DBCB;
}
.TagClassName
{
border-color: #B1DBCB;
}
</style>