Shades of Cruise #B2DFCB
Tints of Cruise #B2DFCB
RGB
CMYK
RGB Variations
Color information
#B2DFCB (or 0xB2DFCB) is known color: Cruise. HEX triplet: B2, DF and CB. RGB value is (178,223,203). Sum of RGB (Red+Green+Blue) = 178+223+203=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCB is #4D2034. Grayscale: #CFCFCF. Windows color (decimal): -5054517 or 13361074. OLE color: 13361074.
HSL color Cylindrical-coordinate representation of color #B2DFCB: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFCB is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 203 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.13 |
| HSL | 153.33º | 0.41% | 0.79% | - |
| HSV(B) | 153.33º | 0.2% | 0.87% | - |
| XYZ | 55.53 | 66.55 | 66.42 | - |
| YUV | 207.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 203 | 0.20 | 0 | 0.09 | 0.13 | 153.33 | 0.41 | 0.79 |
| Hex | B2 | DF | CB | 14 | 0 | 9 | D | 99 | 29 | 4F |
| Octal | 262 | 337 | 313 | 24 | 0 | 11 | 15 | 231 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11001011 | 10100 | 0 | 1001 | 1101 | 10011001 | 101001 | 1001111 |
Color Harmonies of #B2DFCB
Complementary color
Monochromatic Colors of #B2DFCB
Black with #B2DFCB
Text Example
Text Example
White with #B2DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFCB; }
p { color: rgb(178,223,203); }
H1.HeaderClassName
{
color: #B2DFCB;
}
.AnyTagClassName
{
color: #B2DFCB;
}
</style>
background-color css
<style>
a { background-color: #B2DFCB; }
a { background-color: rgb(178,223,203); }
div.DivClassName
{
background-color: #B2DFCB;
}
.BgClassName
{
background-color: #B2DFCB;
}
</style>
border-color css
<style>
span { border-color: #B2DFCB; }
span { border-color: rgb(178,223,203); }
td.TdClassName
{
border-color: #B2DFCB;
}
.TagClassName
{
border-color: #B2DFCB;
}
</style>