Shades of Cruise #B2DFCE
Tints of Cruise #B2DFCE
RGB
CMYK
RGB Variations
Color information
#B2DFCE (or 0xB2DFCE) is known color: Cruise. HEX triplet: B2, DF and CE. RGB value is (178,223,206). Sum of RGB (Red+Green+Blue) = 178+223+206=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCE is #4D2031. Grayscale: #CFCFCF. Windows color (decimal): -5054514 or 13557682. OLE color: 13557682.
HSL color Cylindrical-coordinate representation of color #B2DFCE: hue angle of 157.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 #B2DFCE is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 206 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.13 |
| HSL | 157.33º | 0.41% | 0.79% | - |
| HSV(B) | 157.33º | 0.2% | 0.87% | - |
| XYZ | 55.89 | 66.7 | 68.32 | - |
| YUV | 207.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 206 | 0.20 | 0 | 0.08 | 0.13 | 157.33 | 0.41 | 0.79 |
| Hex | B2 | DF | CE | 14 | 0 | 8 | D | 9D | 29 | 4F |
| Octal | 262 | 337 | 316 | 24 | 0 | 10 | 15 | 235 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11001110 | 10100 | 0 | 1000 | 1101 | 10011101 | 101001 | 1001111 |
Color Harmonies of #B2DFCE
Complementary color
Monochromatic Colors of #B2DFCE
Black with #B2DFCE
Text Example
Text Example
White with #B2DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFCE; }
p { color: rgb(178,223,206); }
H1.HeaderClassName
{
color: #B2DFCE;
}
.AnyTagClassName
{
color: #B2DFCE;
}
</style>
background-color css
<style>
a { background-color: #B2DFCE; }
a { background-color: rgb(178,223,206); }
div.DivClassName
{
background-color: #B2DFCE;
}
.BgClassName
{
background-color: #B2DFCE;
}
</style>
border-color css
<style>
span { border-color: #B2DFCE; }
span { border-color: rgb(178,223,206); }
td.TdClassName
{
border-color: #B2DFCE;
}
.TagClassName
{
border-color: #B2DFCE;
}
</style>