Shades of Cruise #B5DCCE
Tints of Cruise #B5DCCE
RGB
CMYK
RGB Variations
Color information
#B5DCCE (or 0xB5DCCE) is known color: Cruise. HEX triplet: B5, DC and CE. RGB value is (181,220,206). Sum of RGB (Red+Green+Blue) = 181+220+206=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCE is #4A2331. Grayscale: #CECECE. Windows color (decimal): -4858674 or 13556917. OLE color: 13556917.
HSL color Cylindrical-coordinate representation of color #B5DCCE: hue angle of 158.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCCE is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 206 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.14 |
| HSL | 158.46º | 0.36% | 0.79% | - |
| HSV(B) | 158.46º | 0.18% | 0.86% | - |
| XYZ | 55.79 | 65.47 | 68.09 | - |
| YUV | 206.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 206 | 0.18 | 0 | 0.06 | 0.14 | 158.46 | 0.36 | 0.79 |
| Hex | B5 | DC | CE | 12 | 0 | 6 | E | 9E | 24 | 4F |
| Octal | 265 | 334 | 316 | 22 | 0 | 6 | 16 | 236 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11001110 | 10010 | 0 | 110 | 1110 | 10011110 | 100100 | 1001111 |
Color Harmonies of #B5DCCE
Complementary color
Monochromatic Colors of #B5DCCE
Black with #B5DCCE
Text Example
Text Example
White with #B5DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCCE; }
p { color: rgb(181,220,206); }
H1.HeaderClassName
{
color: #B5DCCE;
}
.AnyTagClassName
{
color: #B5DCCE;
}
</style>
background-color css
<style>
a { background-color: #B5DCCE; }
a { background-color: rgb(181,220,206); }
div.DivClassName
{
background-color: #B5DCCE;
}
.BgClassName
{
background-color: #B5DCCE;
}
</style>
border-color css
<style>
span { border-color: #B5DCCE; }
span { border-color: rgb(181,220,206); }
td.TdClassName
{
border-color: #B5DCCE;
}
.TagClassName
{
border-color: #B5DCCE;
}
</style>