Shades of Cruise #B1DED2
Tints of Cruise #B1DED2
RGB
CMYK
RGB Variations
Color information
#B1DED2 (or 0xB1DED2) is known color: Cruise. HEX triplet: B1, DE and D2. RGB value is (177,222,210). Sum of RGB (Red+Green+Blue) = 177+222+210=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DED2 is #4E212D. Grayscale: #CFCFCF. Windows color (decimal): -5120302 or 13819569. OLE color: 13819569.
HSL color Cylindrical-coordinate representation of color #B1DED2: hue angle of 164º degrees, saturation: 0.41, 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 #B1DED2 is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 222 | 210 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.13 |
| HSL | 164º | 0.41% | 0.78% | - |
| HSV(B) | 164º | 0.2% | 0.87% | - |
| XYZ | 55.89 | 66.24 | 70.81 | - |
| YUV | 207.18 | 129.59 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 222 | 210 | 0.20 | 0 | 0.05 | 0.13 | 164 | 0.41 | 0.78 |
| Hex | B1 | DE | D2 | 14 | 0 | 5 | D | A4 | 29 | 4E |
| Octal | 261 | 336 | 322 | 24 | 0 | 5 | 15 | 244 | 51 | 116 |
| Binary | 10110001 | 11011110 | 11010010 | 10100 | 0 | 101 | 1101 | 10100100 | 101001 | 1001110 |
Color Harmonies of #B1DED2
Complementary color
Monochromatic Colors of #B1DED2
Black with #B1DED2
Text Example
Text Example
White with #B1DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DED2; }
p { color: rgb(177,222,210); }
H1.HeaderClassName
{
color: #B1DED2;
}
.AnyTagClassName
{
color: #B1DED2;
}
</style>
background-color css
<style>
a { background-color: #B1DED2; }
a { background-color: rgb(177,222,210); }
div.DivClassName
{
background-color: #B1DED2;
}
.BgClassName
{
background-color: #B1DED2;
}
</style>
border-color css
<style>
span { border-color: #B1DED2; }
span { border-color: rgb(177,222,210); }
td.TdClassName
{
border-color: #B1DED2;
}
.TagClassName
{
border-color: #B1DED2;
}
</style>