Shades of Cruise #B2DCCB
Tints of Cruise #B2DCCB
RGB
CMYK
RGB Variations
Color information
#B2DCCB (or 0xB2DCCB) is known color: Cruise. HEX triplet: B2, DC and CB. RGB value is (178,220,203). Sum of RGB (Red+Green+Blue) = 178+220+203=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCB is #4D2334. Grayscale: #CDCDCD. Windows color (decimal): -5055285 or 13360306. OLE color: 13360306.
HSL color Cylindrical-coordinate representation of color #B2DCCB: hue angle of 155.71º degrees, saturation: 0.38, 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 #B2DCCB is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 203 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.14 |
| HSL | 155.71º | 0.38% | 0.78% | - |
| HSV(B) | 155.71º | 0.19% | 0.86% | - |
| XYZ | 54.73 | 64.96 | 66.15 | - |
| YUV | 205.5 | 126.59 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 203 | 0.19 | 0 | 0.08 | 0.14 | 155.71 | 0.38 | 0.78 |
| Hex | B2 | DC | CB | 13 | 0 | 8 | E | 9C | 26 | 4E |
| Octal | 262 | 334 | 313 | 23 | 0 | 10 | 16 | 234 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11001011 | 10011 | 0 | 1000 | 1110 | 10011100 | 100110 | 1001110 |
Color Harmonies of #B2DCCB
Complementary color
Monochromatic Colors of #B2DCCB
Black with #B2DCCB
Text Example
Text Example
White with #B2DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCCB; }
p { color: rgb(178,220,203); }
H1.HeaderClassName
{
color: #B2DCCB;
}
.AnyTagClassName
{
color: #B2DCCB;
}
</style>
background-color css
<style>
a { background-color: #B2DCCB; }
a { background-color: rgb(178,220,203); }
div.DivClassName
{
background-color: #B2DCCB;
}
.BgClassName
{
background-color: #B2DCCB;
}
</style>
border-color css
<style>
span { border-color: #B2DCCB; }
span { border-color: rgb(178,220,203); }
td.TdClassName
{
border-color: #B2DCCB;
}
.TagClassName
{
border-color: #B2DCCB;
}
</style>