Shades of Cruise #B5DACF
Tints of Cruise #B5DACF
RGB
CMYK
RGB Variations
Color information
#B5DACF (or 0xB5DACF) is known color: Cruise. HEX triplet: B5, DA and CF. RGB value is (181,218,207). Sum of RGB (Red+Green+Blue) = 181+218+207=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DACF is #4A2530. Grayscale: #CDCDCD. Windows color (decimal): -4859185 or 13621941. OLE color: 13621941.
HSL color Cylindrical-coordinate representation of color #B5DACF: hue angle of 162.16º 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 #B5DACF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 207 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.15 |
| HSL | 162.16º | 0.33% | 0.78% | - |
| HSV(B) | 162.16º | 0.17% | 0.85% | - |
| XYZ | 55.39 | 64.47 | 68.56 | - |
| YUV | 205.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 207 | 0.17 | 0 | 0.05 | 0.15 | 162.16 | 0.33 | 0.78 |
| Hex | B5 | DA | CF | 11 | 0 | 5 | F | A2 | 21 | 4E |
| Octal | 265 | 332 | 317 | 21 | 0 | 5 | 17 | 242 | 41 | 116 |
| Binary | 10110101 | 11011010 | 11001111 | 10001 | 0 | 101 | 1111 | 10100010 | 100001 | 1001110 |
Color Harmonies of #B5DACF
Complementary color
Monochromatic Colors of #B5DACF
Black with #B5DACF
Text Example
Text Example
White with #B5DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DACF; }
p { color: rgb(181,218,207); }
H1.HeaderClassName
{
color: #B5DACF;
}
.AnyTagClassName
{
color: #B5DACF;
}
</style>
background-color css
<style>
a { background-color: #B5DACF; }
a { background-color: rgb(181,218,207); }
div.DivClassName
{
background-color: #B5DACF;
}
.BgClassName
{
background-color: #B5DACF;
}
</style>
border-color css
<style>
span { border-color: #B5DACF; }
span { border-color: rgb(181,218,207); }
td.TdClassName
{
border-color: #B5DACF;
}
.TagClassName
{
border-color: #B5DACF;
}
</style>