Shades of Cruise #B5DACE
Tints of Cruise #B5DACE
RGB
CMYK
RGB Variations
Color information
#B5DACE (or 0xB5DACE) is known color: Cruise. HEX triplet: B5, DA and CE. RGB value is (181,218,206). Sum of RGB (Red+Green+Blue) = 181+218+206=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DACE is #4A2531. Grayscale: #CDCDCD. Windows color (decimal): -4859186 or 13556405. OLE color: 13556405.
HSL color Cylindrical-coordinate representation of color #B5DACE: hue angle of 160.54º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DACE is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 181 | 218 | 206 | - |
CMYK | 0.17 | 0 | 0.06 | 0.15 |
HSL | 160.54º | 0.33% | 0.78% | - |
HSV(B) | 160.54º | 0.17% | 0.85% | - |
XYZ | 55.27 | 64.42 | 67.91 | - |
YUV | 205.57 | 128.24 | 110.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 218 | 206 | 0.17 | 0 | 0.06 | 0.15 | 160.54 | 0.33 | 0.78 |
Hex | B5 | DA | CE | 11 | 0 | 6 | F | A1 | 21 | 4E |
Octal | 265 | 332 | 316 | 21 | 0 | 6 | 17 | 241 | 41 | 116 |
Binary | 10110101 | 11011010 | 11001110 | 10001 | 0 | 110 | 1111 | 10100001 | 100001 | 1001110 |
Color Harmonies of #B5DACE
Complementary color
Monochromatic Colors of #B5DACE
Black with #B5DACE
Text Example
Text Example
White with #B5DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DACE; }
p { color: rgb(181,218,206); }
H1.HeaderClassName
{
color: #B5DACE;
}
.AnyTagClassName
{
color: #B5DACE;
}
</style>
background-color css
<style>
a { background-color: #B5DACE; }
a { background-color: rgb(181,218,206); }
div.DivClassName
{
background-color: #B5DACE;
}
.BgClassName
{
background-color: #B5DACE;
}
</style>
border-color css
<style>
span { border-color: #B5DACE; }
span { border-color: rgb(181,218,206); }
td.TdClassName
{
border-color: #B5DACE;
}
.TagClassName
{
border-color: #B5DACE;
}
</style>