Shades of Cruise #B0DCCC
Tints of Cruise #B0DCCC
RGB
CMYK
RGB Variations
Color information
#B0DCCC (or 0xB0DCCC) is known color: Cruise. HEX triplet: B0, DC and CC. RGB value is (176,220,204). Sum of RGB (Red+Green+Blue) = 176+220+204=600 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.33% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCC is #4F2333. Grayscale: #CDCDCD. Windows color (decimal): -5186356 or 13425840. OLE color: 13425840.
HSL color Cylindrical-coordinate representation of color #B0DCCC: hue angle of 158.18º 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 #B0DCCC is Cyan = 0.2, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 204 | - |
| CMYK | 0.2 | 0 | 0.07 | 0.14 |
| HSL | 158.18º | 0.39% | 0.78% | - |
| HSV(B) | 158.18º | 0.2% | 0.86% | - |
| XYZ | 54.4 | 64.78 | 66.76 | - |
| YUV | 205.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 204 | 0.2 | 0 | 0.07 | 0.14 | 158.18 | 0.39 | 0.78 |
| Hex | B0 | DC | CC | 14 | 0 | 7 | E | 9E | 27 | 4E |
| Octal | 260 | 334 | 314 | 24 | 0 | 7 | 16 | 236 | 47 | 116 |
| Binary | 10110000 | 11011100 | 11001100 | 10100 | 0 | 111 | 1110 | 10011110 | 100111 | 1001110 |
Color Harmonies of #B0DCCC
Complementary color
Monochromatic Colors of #B0DCCC
Black with #B0DCCC
Text Example
Text Example
White with #B0DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DCCC; }
p { color: rgb(176,220,204); }
H1.HeaderClassName
{
color: #B0DCCC;
}
.AnyTagClassName
{
color: #B0DCCC;
}
</style>
background-color css
<style>
a { background-color: #B0DCCC; }
a { background-color: rgb(176,220,204); }
div.DivClassName
{
background-color: #B0DCCC;
}
.BgClassName
{
background-color: #B0DCCC;
}
</style>
border-color css
<style>
span { border-color: #B0DCCC; }
span { border-color: rgb(176,220,204); }
td.TdClassName
{
border-color: #B0DCCC;
}
.TagClassName
{
border-color: #B0DCCC;
}
</style>