Shades of Cruise #B2DACE
Tints of Cruise #B2DACE
RGB
CMYK
RGB Variations
Color information
#B2DACE (or 0xB2DACE) is known color: Cruise. HEX triplet: B2, DA and CE. RGB value is (178,218,206). Sum of RGB (Red+Green+Blue) = 178+218+206=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACE is #4D2531. Grayscale: #CCCCCC. Windows color (decimal): -5055794 or 13556402. OLE color: 13556402.
HSL color Cylindrical-coordinate representation of color #B2DACE: hue angle of 162º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DACE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 206 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.15 |
| HSL | 162º | 0.35% | 0.78% | - |
| HSV(B) | 162º | 0.18% | 0.85% | - |
| XYZ | 54.57 | 64.06 | 67.88 | - |
| YUV | 204.67 | 128.75 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 206 | 0.18 | 0 | 0.06 | 0.15 | 162 | 0.35 | 0.78 |
| Hex | B2 | DA | CE | 12 | 0 | 6 | F | A2 | 23 | 4E |
| Octal | 262 | 332 | 316 | 22 | 0 | 6 | 17 | 242 | 43 | 116 |
| Binary | 10110010 | 11011010 | 11001110 | 10010 | 0 | 110 | 1111 | 10100010 | 100011 | 1001110 |
Color Harmonies of #B2DACE
Complementary color
Monochromatic Colors of #B2DACE
Black with #B2DACE
Text Example
Text Example
White with #B2DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DACE; }
p { color: rgb(178,218,206); }
H1.HeaderClassName
{
color: #B2DACE;
}
.AnyTagClassName
{
color: #B2DACE;
}
</style>
background-color css
<style>
a { background-color: #B2DACE; }
a { background-color: rgb(178,218,206); }
div.DivClassName
{
background-color: #B2DACE;
}
.BgClassName
{
background-color: #B2DACE;
}
</style>
border-color css
<style>
span { border-color: #B2DACE; }
span { border-color: rgb(178,218,206); }
td.TdClassName
{
border-color: #B2DACE;
}
.TagClassName
{
border-color: #B2DACE;
}
</style>