Shades of Cruise #B0DCCD
Tints of Cruise #B0DCCD
RGB
CMYK
RGB Variations
Color information
#B0DCCD (or 0xB0DCCD) is known color: Cruise. HEX triplet: B0, DC and CD. RGB value is (176,220,205). Sum of RGB (Red+Green+Blue) = 176+220+205=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCD is #4F2332. Grayscale: #CDCDCD. Windows color (decimal): -5186355 or 13491376. OLE color: 13491376.
HSL color Cylindrical-coordinate representation of color #B0DCCD: hue angle of 159.55º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCCD is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 205 | - |
| CMYK | 0.2 | 0 | 0.07 | 0.14 |
| HSL | 159.55º | 0.39% | 0.78% | - |
| HSV(B) | 159.55º | 0.2% | 0.86% | - |
| XYZ | 54.52 | 64.82 | 67.4 | - |
| YUV | 205.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 205 | 0.2 | 0 | 0.07 | 0.14 | 159.55 | 0.39 | 0.78 |
| Hex | B0 | DC | CD | 14 | 0 | 7 | E | A0 | 27 | 4E |
| Octal | 260 | 334 | 315 | 24 | 0 | 7 | 16 | 240 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11001101 | 10100 | 0 | 111 | 1110 | 10100000 | 100111 | 1001110 |
Color Harmonies of #B0DCCD
Complementary color
Monochromatic Colors of #B0DCCD
Black with #B0DCCD
Text Example
Text Example
White with #B0DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCCD; }
p { color: rgb(176,220,205); }
H1.HeaderClassName
{
color: #B0DCCD;
}
.AnyTagClassName
{
color: #B0DCCD;
}
</style>
background-color css
<style>
a { background-color: #B0DCCD; }
a { background-color: rgb(176,220,205); }
div.DivClassName
{
background-color: #B0DCCD;
}
.BgClassName
{
background-color: #B0DCCD;
}
</style>
border-color css
<style>
span { border-color: #B0DCCD; }
span { border-color: rgb(176,220,205); }
td.TdClassName
{
border-color: #B0DCCD;
}
.TagClassName
{
border-color: #B0DCCD;
}
</style>