Shades of Cruise #B3DCCD
Tints of Cruise #B3DCCD
RGB
CMYK
RGB Variations
Color information
#B3DCCD (or 0xB3DCCD) is known color: Cruise. HEX triplet: B3, DC and CD. RGB value is (179,220,205). Sum of RGB (Red+Green+Blue) = 179+220+205=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCCD is #4C2332. Grayscale: #CECECE. Windows color (decimal): -4989747 or 13491379. OLE color: 13491379.
HSL color Cylindrical-coordinate representation of color #B3DCCD: hue angle of 158.05º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCCD is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 205 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.14 |
| HSL | 158.05º | 0.37% | 0.78% | - |
| HSV(B) | 158.05º | 0.19% | 0.86% | - |
| XYZ | 55.2 | 65.18 | 67.43 | - |
| YUV | 206.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 205 | 0.19 | 0 | 0.07 | 0.14 | 158.05 | 0.37 | 0.78 |
| Hex | B3 | DC | CD | 13 | 0 | 7 | E | 9E | 25 | 4E |
| Octal | 263 | 334 | 315 | 23 | 0 | 7 | 16 | 236 | 45 | 116 |
| Binary | 10110011 | 11011100 | 11001101 | 10011 | 0 | 111 | 1110 | 10011110 | 100101 | 1001110 |
Color Harmonies of #B3DCCD
Complementary color
Monochromatic Colors of #B3DCCD
Black with #B3DCCD
Text Example
Text Example
White with #B3DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCCD; }
p { color: rgb(179,220,205); }
H1.HeaderClassName
{
color: #B3DCCD;
}
.AnyTagClassName
{
color: #B3DCCD;
}
</style>
background-color css
<style>
a { background-color: #B3DCCD; }
a { background-color: rgb(179,220,205); }
div.DivClassName
{
background-color: #B3DCCD;
}
.BgClassName
{
background-color: #B3DCCD;
}
</style>
border-color css
<style>
span { border-color: #B3DCCD; }
span { border-color: rgb(179,220,205); }
td.TdClassName
{
border-color: #B3DCCD;
}
.TagClassName
{
border-color: #B3DCCD;
}
</style>