Shades of Cruise #B3D9CD
Tints of Cruise #B3D9CD
RGB
CMYK
RGB Variations
Color information
#B3D9CD (or 0xB3D9CD) is known color: Cruise. HEX triplet: B3, D9 and CD. RGB value is (179,217,205). Sum of RGB (Red+Green+Blue) = 179+217+205=601 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.78% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9CD is #4C2632. Grayscale: #CCCCCC. Windows color (decimal): -4990515 or 13490611. OLE color: 13490611.
HSL color Cylindrical-coordinate representation of color #B3D9CD: hue angle of 161.05º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D9CD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 205 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.15 |
| HSL | 161.05º | 0.33% | 0.78% | - |
| HSV(B) | 161.05º | 0.18% | 0.85% | - |
| XYZ | 54.42 | 63.62 | 67.17 | - |
| YUV | 204.27 | 128.41 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 205 | 0.18 | 0 | 0.06 | 0.15 | 161.05 | 0.33 | 0.78 |
| Hex | B3 | D9 | CD | 12 | 0 | 6 | F | A1 | 21 | 4E |
| Octal | 263 | 331 | 315 | 22 | 0 | 6 | 17 | 241 | 41 | 116 |
| Binary | 10110011 | 11011001 | 11001101 | 10010 | 0 | 110 | 1111 | 10100001 | 100001 | 1001110 |
Color Harmonies of #B3D9CD
Complementary color
Monochromatic Colors of #B3D9CD
Black with #B3D9CD
Text Example
Text Example
White with #B3D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9CD; }
p { color: rgb(179,217,205); }
H1.HeaderClassName
{
color: #B3D9CD;
}
.AnyTagClassName
{
color: #B3D9CD;
}
</style>
background-color css
<style>
a { background-color: #B3D9CD; }
a { background-color: rgb(179,217,205); }
div.DivClassName
{
background-color: #B3D9CD;
}
.BgClassName
{
background-color: #B3D9CD;
}
</style>
border-color css
<style>
span { border-color: #B3D9CD; }
span { border-color: rgb(179,217,205); }
td.TdClassName
{
border-color: #B3D9CD;
}
.TagClassName
{
border-color: #B3D9CD;
}
</style>