Shades of Cruise #B6DCD3
Tints of Cruise #B6DCD3
RGB
CMYK
RGB Variations
Color information
#B6DCD3 (or 0xB6DCD3) is known color: Cruise. HEX triplet: B6, DC and D3. RGB value is (182,220,211). Sum of RGB (Red+Green+Blue) = 182+220+211=613 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.69% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCD3 is #49232C. Grayscale: #CFCFCF. Windows color (decimal): -4793133 or 13884598. OLE color: 13884598.
HSL color Cylindrical-coordinate representation of color #B6DCD3: hue angle of 165.79º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCD3 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 211 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.14 |
| HSL | 165.79º | 0.35% | 0.79% | - |
| HSV(B) | 165.79º | 0.17% | 0.86% | - |
| XYZ | 56.64 | 65.83 | 71.35 | - |
| YUV | 207.61 | 129.91 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 211 | 0.17 | 0 | 0.04 | 0.14 | 165.79 | 0.35 | 0.79 |
| Hex | B6 | DC | D3 | 11 | 0 | 4 | E | A6 | 23 | 4F |
| Octal | 266 | 334 | 323 | 21 | 0 | 4 | 16 | 246 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11010011 | 10001 | 0 | 100 | 1110 | 10100110 | 100011 | 1001111 |
Color Harmonies of #B6DCD3
Complementary color
Monochromatic Colors of #B6DCD3
Black with #B6DCD3
Text Example
Text Example
White with #B6DCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCD3; }
p { color: rgb(182,220,211); }
H1.HeaderClassName
{
color: #B6DCD3;
}
.AnyTagClassName
{
color: #B6DCD3;
}
</style>
background-color css
<style>
a { background-color: #B6DCD3; }
a { background-color: rgb(182,220,211); }
div.DivClassName
{
background-color: #B6DCD3;
}
.BgClassName
{
background-color: #B6DCD3;
}
</style>
border-color css
<style>
span { border-color: #B6DCD3; }
span { border-color: rgb(182,220,211); }
td.TdClassName
{
border-color: #B6DCD3;
}
.TagClassName
{
border-color: #B6DCD3;
}
</style>