Shades of Cruise #B1DDD0
Tints of Cruise #B1DDD0
RGB
CMYK
RGB Variations
Color information
#B1DDD0 (or 0xB1DDD0) is known color: Cruise. HEX triplet: B1, DD and D0. RGB value is (177,221,208). Sum of RGB (Red+Green+Blue) = 177+221+208=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDD0 is #4E222F. Grayscale: #CECECE. Windows color (decimal): -5120560 or 13688241. OLE color: 13688241.
HSL color Cylindrical-coordinate representation of color #B1DDD0: hue angle of 162.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDD0 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 208 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.13 |
| HSL | 162.27º | 0.39% | 0.78% | - |
| HSV(B) | 162.27º | 0.2% | 0.87% | - |
| XYZ | 55.37 | 65.61 | 69.42 | - |
| YUV | 206.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 208 | 0.20 | 0 | 0.06 | 0.13 | 162.27 | 0.39 | 0.78 |
| Hex | B1 | DD | D0 | 14 | 0 | 6 | D | A2 | 27 | 4E |
| Octal | 261 | 335 | 320 | 24 | 0 | 6 | 15 | 242 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11010000 | 10100 | 0 | 110 | 1101 | 10100010 | 100111 | 1001110 |
Color Harmonies of #B1DDD0
Complementary color
Monochromatic Colors of #B1DDD0
Black with #B1DDD0
Text Example
Text Example
White with #B1DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDD0; }
p { color: rgb(177,221,208); }
H1.HeaderClassName
{
color: #B1DDD0;
}
.AnyTagClassName
{
color: #B1DDD0;
}
</style>
background-color css
<style>
a { background-color: #B1DDD0; }
a { background-color: rgb(177,221,208); }
div.DivClassName
{
background-color: #B1DDD0;
}
.BgClassName
{
background-color: #B1DDD0;
}
</style>
border-color css
<style>
span { border-color: #B1DDD0; }
span { border-color: rgb(177,221,208); }
td.TdClassName
{
border-color: #B1DDD0;
}
.TagClassName
{
border-color: #B1DDD0;
}
</style>