Shades of Cruise #B6DBCF
Tints of Cruise #B6DBCF
RGB
CMYK
RGB Variations
Color information
#B6DBCF (or 0xB6DBCF) is known color: Cruise. HEX triplet: B6, DB and CF. RGB value is (182,219,207). Sum of RGB (Red+Green+Blue) = 182+219+207=608 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.93% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #B6DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DBCF is #492430. Grayscale: #CECECE. Windows color (decimal): -4793393 or 13622198. OLE color: 13622198.
HSL color Cylindrical-coordinate representation of color #B6DBCF: hue angle of 160.54º degrees, saturation: 0.34, 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 #B6DBCF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 219 | 207 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.14 |
| HSL | 160.54º | 0.34% | 0.79% | - |
| HSV(B) | 160.54º | 0.17% | 0.86% | - |
| XYZ | 55.89 | 65.11 | 68.65 | - |
| YUV | 206.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 219 | 207 | 0.17 | 0 | 0.05 | 0.14 | 160.54 | 0.34 | 0.79 |
| Hex | B6 | DB | CF | 11 | 0 | 5 | E | A1 | 22 | 4F |
| Octal | 266 | 333 | 317 | 21 | 0 | 5 | 16 | 241 | 42 | 117 |
| Binary | 10110110 | 11011011 | 11001111 | 10001 | 0 | 101 | 1110 | 10100001 | 100010 | 1001111 |
Color Harmonies of #B6DBCF
Complementary color
Monochromatic Colors of #B6DBCF
Black with #B6DBCF
Text Example
Text Example
White with #B6DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DBCF; }
p { color: rgb(182,219,207); }
H1.HeaderClassName
{
color: #B6DBCF;
}
.AnyTagClassName
{
color: #B6DBCF;
}
</style>
background-color css
<style>
a { background-color: #B6DBCF; }
a { background-color: rgb(182,219,207); }
div.DivClassName
{
background-color: #B6DBCF;
}
.BgClassName
{
background-color: #B6DBCF;
}
</style>
border-color css
<style>
span { border-color: #B6DBCF; }
span { border-color: rgb(182,219,207); }
td.TdClassName
{
border-color: #B6DBCF;
}
.TagClassName
{
border-color: #B6DBCF;
}
</style>