Shades of Cruise #B1DFCE
Tints of Cruise #B1DFCE
RGB
CMYK
RGB Variations
Color information
#B1DFCE (or 0xB1DFCE) is known color: Cruise. HEX triplet: B1, DF and CE. RGB value is (177,223,206). Sum of RGB (Red+Green+Blue) = 177+223+206=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFCE is #4E2031. Grayscale: #CFCFCF. Windows color (decimal): -5120050 or 13557681. OLE color: 13557681.
HSL color Cylindrical-coordinate representation of color #B1DFCE: hue angle of 157.83º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFCE is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 206 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.13 |
| HSL | 157.83º | 0.42% | 0.78% | - |
| HSV(B) | 157.83º | 0.21% | 0.87% | - |
| XYZ | 55.66 | 66.58 | 68.31 | - |
| YUV | 207.31 | 127.26 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 206 | 0.21 | 0 | 0.08 | 0.13 | 157.83 | 0.42 | 0.78 |
| Hex | B1 | DF | CE | 15 | 0 | 8 | D | 9E | 2A | 4E |
| Octal | 261 | 337 | 316 | 25 | 0 | 10 | 15 | 236 | 52 | 116 |
| Binary | 10110001 | 11011111 | 11001110 | 10101 | 0 | 1000 | 1101 | 10011110 | 101010 | 1001110 |
Color Harmonies of #B1DFCE
Complementary color
Monochromatic Colors of #B1DFCE
Black with #B1DFCE
Text Example
Text Example
White with #B1DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFCE; }
p { color: rgb(177,223,206); }
H1.HeaderClassName
{
color: #B1DFCE;
}
.AnyTagClassName
{
color: #B1DFCE;
}
</style>
background-color css
<style>
a { background-color: #B1DFCE; }
a { background-color: rgb(177,223,206); }
div.DivClassName
{
background-color: #B1DFCE;
}
.BgClassName
{
background-color: #B1DFCE;
}
</style>
border-color css
<style>
span { border-color: #B1DFCE; }
span { border-color: rgb(177,223,206); }
td.TdClassName
{
border-color: #B1DFCE;
}
.TagClassName
{
border-color: #B1DFCE;
}
</style>