Shades of Cruise #B2DFCD
Tints of Cruise #B2DFCD
RGB
CMYK
RGB Variations
Color information
#B2DFCD (or 0xB2DFCD) is known color: Cruise. HEX triplet: B2, DF and CD. RGB value is (178,223,205). Sum of RGB (Red+Green+Blue) = 178+223+205=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFCD is #4D2032. Grayscale: #CFCFCF. Windows color (decimal): -5054515 or 13492146. OLE color: 13492146.
HSL color Cylindrical-coordinate representation of color #B2DFCD: hue angle of 156º 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 #B2DFCD is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 205 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.13 |
| HSL | 156º | 0.41% | 0.79% | - |
| HSV(B) | 156º | 0.2% | 0.87% | - |
| XYZ | 55.77 | 66.65 | 67.68 | - |
| YUV | 207.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 205 | 0.20 | 0 | 0.08 | 0.13 | 156 | 0.41 | 0.79 |
| Hex | B2 | DF | CD | 14 | 0 | 8 | D | 9C | 29 | 4F |
| Octal | 262 | 337 | 315 | 24 | 0 | 10 | 15 | 234 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11001101 | 10100 | 0 | 1000 | 1101 | 10011100 | 101001 | 1001111 |
Color Harmonies of #B2DFCD
Complementary color
Monochromatic Colors of #B2DFCD
Black with #B2DFCD
Text Example
Text Example
White with #B2DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFCD; }
p { color: rgb(178,223,205); }
H1.HeaderClassName
{
color: #B2DFCD;
}
.AnyTagClassName
{
color: #B2DFCD;
}
</style>
background-color css
<style>
a { background-color: #B2DFCD; }
a { background-color: rgb(178,223,205); }
div.DivClassName
{
background-color: #B2DFCD;
}
.BgClassName
{
background-color: #B2DFCD;
}
</style>
border-color css
<style>
span { border-color: #B2DFCD; }
span { border-color: rgb(178,223,205); }
td.TdClassName
{
border-color: #B2DFCD;
}
.TagClassName
{
border-color: #B2DFCD;
}
</style>