Shades of Cruise #B5DFD5
Tints of Cruise #B5DFD5
RGB
CMYK
RGB Variations
Color information
#B5DFD5 (or 0xB5DFD5) is known color: Cruise. HEX triplet: B5, DF and D5. RGB value is (181,223,213). Sum of RGB (Red+Green+Blue) = 181+223+213=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD5 is #4A202A. Grayscale: #D1D1D1. Windows color (decimal): -4857899 or 14016437. OLE color: 14016437.
HSL color Cylindrical-coordinate representation of color #B5DFD5: hue angle of 165.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 213 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.13 |
| HSL | 165.71º | 0.4% | 0.79% | - |
| HSV(B) | 165.71º | 0.19% | 0.87% | - |
| XYZ | 57.45 | 67.4 | 72.93 | - |
| YUV | 209.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 213 | 0.19 | 0 | 0.04 | 0.13 | 165.71 | 0.4 | 0.79 |
| Hex | B5 | DF | D5 | 13 | 0 | 4 | D | A6 | 28 | 4F |
| Octal | 265 | 337 | 325 | 23 | 0 | 4 | 15 | 246 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11010101 | 10011 | 0 | 100 | 1101 | 10100110 | 101000 | 1001111 |
Color Harmonies of #B5DFD5
Complementary color
Monochromatic Colors of #B5DFD5
Black with #B5DFD5
Text Example
Text Example
White with #B5DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFD5; }
p { color: rgb(181,223,213); }
H1.HeaderClassName
{
color: #B5DFD5;
}
.AnyTagClassName
{
color: #B5DFD5;
}
</style>
background-color css
<style>
a { background-color: #B5DFD5; }
a { background-color: rgb(181,223,213); }
div.DivClassName
{
background-color: #B5DFD5;
}
.BgClassName
{
background-color: #B5DFD5;
}
</style>
border-color css
<style>
span { border-color: #B5DFD5; }
span { border-color: rgb(181,223,213); }
td.TdClassName
{
border-color: #B5DFD5;
}
.TagClassName
{
border-color: #B5DFD5;
}
</style>