Shades of Cruise #B6DDD3
Tints of Cruise #B6DDD3
RGB
CMYK
RGB Variations
Color information
#B6DDD3 (or 0xB6DDD3) is known color: Cruise. HEX triplet: B6, DD and D3. RGB value is (182,221,211). Sum of RGB (Red+Green+Blue) = 182+221+211=614 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.64% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDD3 is #49222C. Grayscale: #D0D0D0. Windows color (decimal): -4792877 or 13884854. OLE color: 13884854.
HSL color Cylindrical-coordinate representation of color #B6DDD3: hue angle of 164.62º 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 #B6DDD3 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 211 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.13 |
| HSL | 164.62º | 0.36% | 0.79% | - |
| HSV(B) | 164.62º | 0.18% | 0.87% | - |
| XYZ | 56.91 | 66.36 | 71.44 | - |
| YUV | 208.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 211 | 0.18 | 0 | 0.05 | 0.13 | 164.62 | 0.36 | 0.79 |
| Hex | B6 | DD | D3 | 12 | 0 | 5 | D | A5 | 24 | 4F |
| Octal | 266 | 335 | 323 | 22 | 0 | 5 | 15 | 245 | 44 | 117 |
| Binary | 10110110 | 11011101 | 11010011 | 10010 | 0 | 101 | 1101 | 10100101 | 100100 | 1001111 |
Color Harmonies of #B6DDD3
Complementary color
Monochromatic Colors of #B6DDD3
Black with #B6DDD3
Text Example
Text Example
White with #B6DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDD3; }
p { color: rgb(182,221,211); }
H1.HeaderClassName
{
color: #B6DDD3;
}
.AnyTagClassName
{
color: #B6DDD3;
}
</style>
background-color css
<style>
a { background-color: #B6DDD3; }
a { background-color: rgb(182,221,211); }
div.DivClassName
{
background-color: #B6DDD3;
}
.BgClassName
{
background-color: #B6DDD3;
}
</style>
border-color css
<style>
span { border-color: #B6DDD3; }
span { border-color: rgb(182,221,211); }
td.TdClassName
{
border-color: #B6DDD3;
}
.TagClassName
{
border-color: #B6DDD3;
}
</style>