Shades of Cruise #B5DBCE
Tints of Cruise #B5DBCE
RGB
CMYK
RGB Variations
Color information
#B5DBCE (or 0xB5DBCE) is known color: Cruise. HEX triplet: B5, DB and CE. RGB value is (181,219,206). Sum of RGB (Red+Green+Blue) = 181+219+206=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBCE is #4A2431. Grayscale: #CECECE. Windows color (decimal): -4858930 or 13556661. OLE color: 13556661.
HSL color Cylindrical-coordinate representation of color #B5DBCE: hue angle of 159.47º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBCE is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 206 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.14 |
| HSL | 159.47º | 0.35% | 0.78% | - |
| HSV(B) | 159.47º | 0.17% | 0.86% | - |
| XYZ | 55.53 | 64.94 | 68 | - |
| YUV | 206.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 206 | 0.17 | 0 | 0.06 | 0.14 | 159.47 | 0.35 | 0.78 |
| Hex | B5 | DB | CE | 11 | 0 | 6 | E | 9F | 23 | 4E |
| Octal | 265 | 333 | 316 | 21 | 0 | 6 | 16 | 237 | 43 | 116 |
| Binary | 10110101 | 11011011 | 11001110 | 10001 | 0 | 110 | 1110 | 10011111 | 100011 | 1001110 |
Color Harmonies of #B5DBCE
Complementary color
Monochromatic Colors of #B5DBCE
Black with #B5DBCE
Text Example
Text Example
White with #B5DBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBCE; }
p { color: rgb(181,219,206); }
H1.HeaderClassName
{
color: #B5DBCE;
}
.AnyTagClassName
{
color: #B5DBCE;
}
</style>
background-color css
<style>
a { background-color: #B5DBCE; }
a { background-color: rgb(181,219,206); }
div.DivClassName
{
background-color: #B5DBCE;
}
.BgClassName
{
background-color: #B5DBCE;
}
</style>
border-color css
<style>
span { border-color: #B5DBCE; }
span { border-color: rgb(181,219,206); }
td.TdClassName
{
border-color: #B5DBCE;
}
.TagClassName
{
border-color: #B5DBCE;
}
</style>