Shades of Cruise #B2DDCB
Tints of Cruise #B2DDCB
RGB
CMYK
RGB Variations
Color information
#B2DDCB (or 0xB2DDCB) is known color: Cruise. HEX triplet: B2, DD and CB. RGB value is (178,221,203). Sum of RGB (Red+Green+Blue) = 178+221+203=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDCB is #4D2234. Grayscale: #CECECE. Windows color (decimal): -5055029 or 13360562. OLE color: 13360562.
HSL color Cylindrical-coordinate representation of color #B2DDCB: hue angle of 154.88º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDCB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 203 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.13 |
| HSL | 154.88º | 0.39% | 0.78% | - |
| HSV(B) | 154.88º | 0.19% | 0.87% | - |
| XYZ | 55 | 65.49 | 66.24 | - |
| YUV | 206.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 203 | 0.19 | 0 | 0.08 | 0.13 | 154.88 | 0.39 | 0.78 |
| Hex | B2 | DD | CB | 13 | 0 | 8 | D | 9B | 27 | 4E |
| Octal | 262 | 335 | 313 | 23 | 0 | 10 | 15 | 233 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11001011 | 10011 | 0 | 1000 | 1101 | 10011011 | 100111 | 1001110 |
Color Harmonies of #B2DDCB
Complementary color
Monochromatic Colors of #B2DDCB
Black with #B2DDCB
Text Example
Text Example
White with #B2DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDCB; }
p { color: rgb(178,221,203); }
H1.HeaderClassName
{
color: #B2DDCB;
}
.AnyTagClassName
{
color: #B2DDCB;
}
</style>
background-color css
<style>
a { background-color: #B2DDCB; }
a { background-color: rgb(178,221,203); }
div.DivClassName
{
background-color: #B2DDCB;
}
.BgClassName
{
background-color: #B2DDCB;
}
</style>
border-color css
<style>
span { border-color: #B2DDCB; }
span { border-color: rgb(178,221,203); }
td.TdClassName
{
border-color: #B2DDCB;
}
.TagClassName
{
border-color: #B2DDCB;
}
</style>