Shades of Cruise #B5DFD2
Tints of Cruise #B5DFD2
RGB
CMYK
RGB Variations
Color information
#B5DFD2 (or 0xB5DFD2) is known color: Cruise. HEX triplet: B5, DF and D2. RGB value is (181,223,210). Sum of RGB (Red+Green+Blue) = 181+223+210=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD2 is #4A202D. Grayscale: #D0D0D0. Windows color (decimal): -4857902 or 13819829. OLE color: 13819829.
HSL color Cylindrical-coordinate representation of color #B5DFD2: hue angle of 161.43º 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 #B5DFD2 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 210 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.13 |
| HSL | 161.43º | 0.4% | 0.79% | - |
| HSV(B) | 161.43º | 0.19% | 0.87% | - |
| XYZ | 57.08 | 67.25 | 70.95 | - |
| YUV | 208.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 210 | 0.19 | 0 | 0.06 | 0.13 | 161.43 | 0.4 | 0.79 |
| Hex | B5 | DF | D2 | 13 | 0 | 6 | D | A1 | 28 | 4F |
| Octal | 265 | 337 | 322 | 23 | 0 | 6 | 15 | 241 | 50 | 117 |
| Binary | 10110101 | 11011111 | 11010010 | 10011 | 0 | 110 | 1101 | 10100001 | 101000 | 1001111 |
Color Harmonies of #B5DFD2
Complementary color
Monochromatic Colors of #B5DFD2
Black with #B5DFD2
Text Example
Text Example
White with #B5DFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFD2; }
p { color: rgb(181,223,210); }
H1.HeaderClassName
{
color: #B5DFD2;
}
.AnyTagClassName
{
color: #B5DFD2;
}
</style>
background-color css
<style>
a { background-color: #B5DFD2; }
a { background-color: rgb(181,223,210); }
div.DivClassName
{
background-color: #B5DFD2;
}
.BgClassName
{
background-color: #B5DFD2;
}
</style>
border-color css
<style>
span { border-color: #B5DFD2; }
span { border-color: rgb(181,223,210); }
td.TdClassName
{
border-color: #B5DFD2;
}
.TagClassName
{
border-color: #B5DFD2;
}
</style>