Shades of Cruise #B6DDD2
Tints of Cruise #B6DDD2
RGB
CMYK
RGB Variations
Color information
#B6DDD2 (or 0xB6DDD2) is known color: Cruise. HEX triplet: B6, DD and D2. RGB value is (182,221,210). Sum of RGB (Red+Green+Blue) = 182+221+210=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDD2 is #49222D. Grayscale: #D0D0D0. Windows color (decimal): -4792878 or 13819318. OLE color: 13819318.
HSL color Cylindrical-coordinate representation of color #B6DDD2: hue angle of 163.08º 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 #B6DDD2 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 210 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.13 |
| HSL | 163.08º | 0.36% | 0.79% | - |
| HSV(B) | 163.08º | 0.18% | 0.87% | - |
| XYZ | 56.78 | 66.31 | 70.78 | - |
| YUV | 208.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 210 | 0.18 | 0 | 0.05 | 0.13 | 163.08 | 0.36 | 0.79 |
| Hex | B6 | DD | D2 | 12 | 0 | 5 | D | A3 | 24 | 4F |
| Octal | 266 | 335 | 322 | 22 | 0 | 5 | 15 | 243 | 44 | 117 |
| Binary | 10110110 | 11011101 | 11010010 | 10010 | 0 | 101 | 1101 | 10100011 | 100100 | 1001111 |
Color Harmonies of #B6DDD2
Complementary color
Monochromatic Colors of #B6DDD2
Black with #B6DDD2
Text Example
Text Example
White with #B6DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDD2; }
p { color: rgb(182,221,210); }
H1.HeaderClassName
{
color: #B6DDD2;
}
.AnyTagClassName
{
color: #B6DDD2;
}
</style>
background-color css
<style>
a { background-color: #B6DDD2; }
a { background-color: rgb(182,221,210); }
div.DivClassName
{
background-color: #B6DDD2;
}
.BgClassName
{
background-color: #B6DDD2;
}
</style>
border-color css
<style>
span { border-color: #B6DDD2; }
span { border-color: rgb(182,221,210); }
td.TdClassName
{
border-color: #B6DDD2;
}
.TagClassName
{
border-color: #B6DDD2;
}
</style>