Shades of Cruise #B0DFCB
Tints of Cruise #B0DFCB
RGB
CMYK
RGB Variations
Color information
#B0DFCB (or 0xB0DFCB) is known color: Cruise. HEX triplet: B0, DF and CB. RGB value is (176,223,203). Sum of RGB (Red+Green+Blue) = 176+223+203=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFCB is #4F2034. Grayscale: #CECECE. Windows color (decimal): -5185589 or 13361072. OLE color: 13361072.
HSL color Cylindrical-coordinate representation of color #B0DFCB: hue angle of 154.47º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFCB is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 203 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.13 |
| HSL | 154.47º | 0.42% | 0.78% | - |
| HSV(B) | 154.47º | 0.21% | 0.87% | - |
| XYZ | 55.07 | 66.32 | 66.4 | - |
| YUV | 206.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 203 | 0.21 | 0 | 0.09 | 0.13 | 154.47 | 0.42 | 0.78 |
| Hex | B0 | DF | CB | 15 | 0 | 9 | D | 9A | 2A | 4E |
| Octal | 260 | 337 | 313 | 25 | 0 | 11 | 15 | 232 | 52 | 116 |
| Binary | 10110000 | 11011111 | 11001011 | 10101 | 0 | 1001 | 1101 | 10011010 | 101010 | 1001110 |
Color Harmonies of #B0DFCB
Complementary color
Monochromatic Colors of #B0DFCB
Black with #B0DFCB
Text Example
Text Example
White with #B0DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DFCB; }
p { color: rgb(176,223,203); }
H1.HeaderClassName
{
color: #B0DFCB;
}
.AnyTagClassName
{
color: #B0DFCB;
}
</style>
background-color css
<style>
a { background-color: #B0DFCB; }
a { background-color: rgb(176,223,203); }
div.DivClassName
{
background-color: #B0DFCB;
}
.BgClassName
{
background-color: #B0DFCB;
}
</style>
border-color css
<style>
span { border-color: #B0DFCB; }
span { border-color: rgb(176,223,203); }
td.TdClassName
{
border-color: #B0DFCB;
}
.TagClassName
{
border-color: #B0DFCB;
}
</style>