Shades of Cruise #B5DBCD
Tints of Cruise #B5DBCD
RGB
CMYK
RGB Variations
Color information
#B5DBCD (or 0xB5DBCD) is known color: Cruise. HEX triplet: B5, DB and CD. RGB value is (181,219,205). Sum of RGB (Red+Green+Blue) = 181+219+205=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBCD is #4A2432. Grayscale: #CECECE. Windows color (decimal): -4858931 or 13491125. OLE color: 13491125.
HSL color Cylindrical-coordinate representation of color #B5DBCD: hue angle of 157.89º 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 #B5DBCD is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 205 | - |
CMYK | 0.17 | 0 | 0.06 | 0.14 |
HSL | 157.89º | 0.35% | 0.78% | - |
HSV(B) | 157.89º | 0.17% | 0.86% | - |
XYZ | 55.41 | 64.89 | 67.36 | - |
YUV | 206.04 | 127.41 | 110.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 205 | 0.17 | 0 | 0.06 | 0.14 | 157.89 | 0.35 | 0.78 |
Hex | B5 | DB | CD | 11 | 0 | 6 | E | 9E | 23 | 4E |
Octal | 265 | 333 | 315 | 21 | 0 | 6 | 16 | 236 | 43 | 116 |
Binary | 10110101 | 11011011 | 11001101 | 10001 | 0 | 110 | 1110 | 10011110 | 100011 | 1001110 |
Color Harmonies of #B5DBCD
Complementary color
Monochromatic Colors of #B5DBCD
Black with #B5DBCD
Text Example
Text Example
White with #B5DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBCD; }
p { color: rgb(181,219,205); }
H1.HeaderClassName
{
color: #B5DBCD;
}
.AnyTagClassName
{
color: #B5DBCD;
}
</style>
background-color css
<style>
a { background-color: #B5DBCD; }
a { background-color: rgb(181,219,205); }
div.DivClassName
{
background-color: #B5DBCD;
}
.BgClassName
{
background-color: #B5DBCD;
}
</style>
border-color css
<style>
span { border-color: #B5DBCD; }
span { border-color: rgb(181,219,205); }
td.TdClassName
{
border-color: #B5DBCD;
}
.TagClassName
{
border-color: #B5DBCD;
}
</style>