Shades of Cruise #B5DDCE
Tints of Cruise #B5DDCE
RGB
CMYK
RGB Variations
Color information
#B5DDCE (or 0xB5DDCE) is known color: Cruise. HEX triplet: B5, DD and CE. RGB value is (181,221,206). Sum of RGB (Red+Green+Blue) = 181+221+206=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDCE is #4A2231. Grayscale: #CFCFCF. Windows color (decimal): -4858418 or 13557173. OLE color: 13557173.
HSL color Cylindrical-coordinate representation of color #B5DDCE: hue angle of 157.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDCE is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 221 | 206 | - |
CMYK | 0.18 | 0 | 0.07 | 0.13 |
HSL | 157.5º | 0.37% | 0.79% | - |
HSV(B) | 157.5º | 0.18% | 0.87% | - |
XYZ | 56.05 | 65.99 | 68.18 | - |
YUV | 207.33 | 127.25 | 109.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 206 | 0.18 | 0 | 0.07 | 0.13 | 157.5 | 0.37 | 0.79 |
Hex | B5 | DD | CE | 12 | 0 | 7 | D | 9E | 25 | 4F |
Octal | 265 | 335 | 316 | 22 | 0 | 7 | 15 | 236 | 45 | 117 |
Binary | 10110101 | 11011101 | 11001110 | 10010 | 0 | 111 | 1101 | 10011110 | 100101 | 1001111 |
Color Harmonies of #B5DDCE
Complementary color
Monochromatic Colors of #B5DDCE
Black with #B5DDCE
Text Example
Text Example
White with #B5DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDCE; }
p { color: rgb(181,221,206); }
H1.HeaderClassName
{
color: #B5DDCE;
}
.AnyTagClassName
{
color: #B5DDCE;
}
</style>
background-color css
<style>
a { background-color: #B5DDCE; }
a { background-color: rgb(181,221,206); }
div.DivClassName
{
background-color: #B5DDCE;
}
.BgClassName
{
background-color: #B5DDCE;
}
</style>
border-color css
<style>
span { border-color: #B5DDCE; }
span { border-color: rgb(181,221,206); }
td.TdClassName
{
border-color: #B5DDCE;
}
.TagClassName
{
border-color: #B5DDCE;
}
</style>