Shades of Cruise #B1DDD2
Tints of Cruise #B1DDD2
RGB
CMYK
RGB Variations
Color information
#B1DDD2 (or 0xB1DDD2) is known color: Cruise. HEX triplet: B1, DD and D2. RGB value is (177,221,210). Sum of RGB (Red+Green+Blue) = 177+221+210=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDD2 is #4E222D. Grayscale: #CECECE. Windows color (decimal): -5120558 or 13819313. OLE color: 13819313.
HSL color Cylindrical-coordinate representation of color #B1DDD2: hue angle of 165º 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 #B1DDD2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 210 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.13 |
| HSL | 165º | 0.39% | 0.78% | - |
| HSV(B) | 165º | 0.2% | 0.87% | - |
| XYZ | 55.62 | 65.71 | 70.73 | - |
| YUV | 206.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 210 | 0.20 | 0 | 0.05 | 0.13 | 165 | 0.39 | 0.78 |
| Hex | B1 | DD | D2 | 14 | 0 | 5 | D | A5 | 27 | 4E |
| Octal | 261 | 335 | 322 | 24 | 0 | 5 | 15 | 245 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11010010 | 10100 | 0 | 101 | 1101 | 10100101 | 100111 | 1001110 |
Color Harmonies of #B1DDD2
Complementary color
Monochromatic Colors of #B1DDD2
Black with #B1DDD2
Text Example
Text Example
White with #B1DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDD2; }
p { color: rgb(177,221,210); }
H1.HeaderClassName
{
color: #B1DDD2;
}
.AnyTagClassName
{
color: #B1DDD2;
}
</style>
background-color css
<style>
a { background-color: #B1DDD2; }
a { background-color: rgb(177,221,210); }
div.DivClassName
{
background-color: #B1DDD2;
}
.BgClassName
{
background-color: #B1DDD2;
}
</style>
border-color css
<style>
span { border-color: #B1DDD2; }
span { border-color: rgb(177,221,210); }
td.TdClassName
{
border-color: #B1DDD2;
}
.TagClassName
{
border-color: #B1DDD2;
}
</style>