Shades of Cruise #B6DDD1
Tints of Cruise #B6DDD1
RGB
CMYK
RGB Variations
Color information
#B6DDD1 (or 0xB6DDD1) is known color: Cruise. HEX triplet: B6, DD and D1. RGB value is (182,221,209). Sum of RGB (Red+Green+Blue) = 182+221+209=612 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.74% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDD1 is #49222E. Grayscale: #CFCFCF. Windows color (decimal): -4792879 or 13753782. OLE color: 13753782.
HSL color Cylindrical-coordinate representation of color #B6DDD1: hue angle of 161.54º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DDD1 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 209 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.13 |
| HSL | 161.54º | 0.36% | 0.79% | - |
| HSV(B) | 161.54º | 0.18% | 0.87% | - |
| XYZ | 56.66 | 66.26 | 70.13 | - |
| YUV | 207.97 | 128.58 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 209 | 0.18 | 0 | 0.05 | 0.13 | 161.54 | 0.36 | 0.79 |
| Hex | B6 | DD | D1 | 12 | 0 | 5 | D | A2 | 24 | 4F |
| Octal | 266 | 335 | 321 | 22 | 0 | 5 | 15 | 242 | 44 | 117 |
| Binary | 10110110 | 11011101 | 11010001 | 10010 | 0 | 101 | 1101 | 10100010 | 100100 | 1001111 |
Color Harmonies of #B6DDD1
Complementary color
Monochromatic Colors of #B6DDD1
Black with #B6DDD1
Text Example
Text Example
White with #B6DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDD1; }
p { color: rgb(182,221,209); }
H1.HeaderClassName
{
color: #B6DDD1;
}
.AnyTagClassName
{
color: #B6DDD1;
}
</style>
background-color css
<style>
a { background-color: #B6DDD1; }
a { background-color: rgb(182,221,209); }
div.DivClassName
{
background-color: #B6DDD1;
}
.BgClassName
{
background-color: #B6DDD1;
}
</style>
border-color css
<style>
span { border-color: #B6DDD1; }
span { border-color: rgb(182,221,209); }
td.TdClassName
{
border-color: #B6DDD1;
}
.TagClassName
{
border-color: #B6DDD1;
}
</style>