Shades of Cruise #B5DCD1
Tints of Cruise #B5DCD1
RGB
CMYK
RGB Variations
Color information
#B5DCD1 (or 0xB5DCD1) is known color: Cruise. HEX triplet: B5, DC and D1. RGB value is (181,220,209). Sum of RGB (Red+Green+Blue) = 181+220+209=610 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.67% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCD1 is #4A232E. Grayscale: #CFCFCF. Windows color (decimal): -4858671 or 13753525. OLE color: 13753525.
HSL color Cylindrical-coordinate representation of color #B5DCD1: hue angle of 163.08º 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 #B5DCD1 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 209 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.14 |
| HSL | 163.08º | 0.36% | 0.79% | - |
| HSV(B) | 163.08º | 0.18% | 0.86% | - |
| XYZ | 56.16 | 65.61 | 70.03 | - |
| YUV | 207.09 | 129.08 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 209 | 0.18 | 0 | 0.05 | 0.14 | 163.08 | 0.36 | 0.79 |
| Hex | B5 | DC | D1 | 12 | 0 | 5 | E | A3 | 24 | 4F |
| Octal | 265 | 334 | 321 | 22 | 0 | 5 | 16 | 243 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11010001 | 10010 | 0 | 101 | 1110 | 10100011 | 100100 | 1001111 |
Color Harmonies of #B5DCD1
Complementary color
Monochromatic Colors of #B5DCD1
Black with #B5DCD1
Text Example
Text Example
White with #B5DCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCD1; }
p { color: rgb(181,220,209); }
H1.HeaderClassName
{
color: #B5DCD1;
}
.AnyTagClassName
{
color: #B5DCD1;
}
</style>
background-color css
<style>
a { background-color: #B5DCD1; }
a { background-color: rgb(181,220,209); }
div.DivClassName
{
background-color: #B5DCD1;
}
.BgClassName
{
background-color: #B5DCD1;
}
</style>
border-color css
<style>
span { border-color: #B5DCD1; }
span { border-color: rgb(181,220,209); }
td.TdClassName
{
border-color: #B5DCD1;
}
.TagClassName
{
border-color: #B5DCD1;
}
</style>