Shades of Cruise #B7DCCE
Tints of Cruise #B7DCCE
RGB
CMYK
RGB Variations
Color information
#B7DCCE (or 0xB7DCCE) is known color: Cruise. HEX triplet: B7, DC and CE. RGB value is (183,220,206). Sum of RGB (Red+Green+Blue) = 183+220+206=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCE is #482331. Grayscale: #CFCFCF. Windows color (decimal): -4727602 or 13556919. OLE color: 13556919.
HSL color Cylindrical-coordinate representation of color #B7DCCE: hue angle of 157.3º degrees, saturation: 0.35, 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 #B7DCCE is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 206 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.14 |
| HSL | 157.3º | 0.35% | 0.79% | - |
| HSV(B) | 157.3º | 0.17% | 0.86% | - |
| XYZ | 56.26 | 65.71 | 68.11 | - |
| YUV | 207.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 206 | 0.17 | 0 | 0.06 | 0.14 | 157.3 | 0.35 | 0.79 |
| Hex | B7 | DC | CE | 11 | 0 | 6 | E | 9D | 23 | 4F |
| Octal | 267 | 334 | 316 | 21 | 0 | 6 | 16 | 235 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11001110 | 10001 | 0 | 110 | 1110 | 10011101 | 100011 | 1001111 |
Color Harmonies of #B7DCCE
Complementary color
Monochromatic Colors of #B7DCCE
Black with #B7DCCE
Text Example
Text Example
White with #B7DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCCE; }
p { color: rgb(183,220,206); }
H1.HeaderClassName
{
color: #B7DCCE;
}
.AnyTagClassName
{
color: #B7DCCE;
}
</style>
background-color css
<style>
a { background-color: #B7DCCE; }
a { background-color: rgb(183,220,206); }
div.DivClassName
{
background-color: #B7DCCE;
}
.BgClassName
{
background-color: #B7DCCE;
}
</style>
border-color css
<style>
span { border-color: #B7DCCE; }
span { border-color: rgb(183,220,206); }
td.TdClassName
{
border-color: #B7DCCE;
}
.TagClassName
{
border-color: #B7DCCE;
}
</style>