Shades of Cruise #B7DACF
Tints of Cruise #B7DACF
RGB
CMYK
RGB Variations
Color information
#B7DACF (or 0xB7DACF) is known color: Cruise. HEX triplet: B7, DA and CF. RGB value is (183,218,207). Sum of RGB (Red+Green+Blue) = 183+218+207=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DACF is #482530. Grayscale: #CECECE. Windows color (decimal): -4728113 or 13621943. OLE color: 13621943.
HSL color Cylindrical-coordinate representation of color #B7DACF: hue angle of 161.14º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DACF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 218 | 207 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.15 |
| HSL | 161.14º | 0.32% | 0.79% | - |
| HSV(B) | 161.14º | 0.16% | 0.85% | - |
| XYZ | 55.86 | 64.72 | 68.58 | - |
| YUV | 206.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 218 | 207 | 0.16 | 0 | 0.05 | 0.15 | 161.14 | 0.32 | 0.79 |
| Hex | B7 | DA | CF | 10 | 0 | 5 | F | A1 | 20 | 4F |
| Octal | 267 | 332 | 317 | 20 | 0 | 5 | 17 | 241 | 40 | 117 |
| Binary | 10110111 | 11011010 | 11001111 | 10000 | 0 | 101 | 1111 | 10100001 | 100000 | 1001111 |
Color Harmonies of #B7DACF
Complementary color
Monochromatic Colors of #B7DACF
Black with #B7DACF
Text Example
Text Example
White with #B7DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DACF; }
p { color: rgb(183,218,207); }
H1.HeaderClassName
{
color: #B7DACF;
}
.AnyTagClassName
{
color: #B7DACF;
}
</style>
background-color css
<style>
a { background-color: #B7DACF; }
a { background-color: rgb(183,218,207); }
div.DivClassName
{
background-color: #B7DACF;
}
.BgClassName
{
background-color: #B7DACF;
}
</style>
border-color css
<style>
span { border-color: #B7DACF; }
span { border-color: rgb(183,218,207); }
td.TdClassName
{
border-color: #B7DACF;
}
.TagClassName
{
border-color: #B7DACF;
}
</style>