Shades of Ice Cold #B2DFD6
Tints of Ice Cold #B2DFD6
RGB
CMYK
RGB Variations
Color information
#B2DFD6 (or 0xB2DFD6) is known color: Ice Cold. HEX triplet: B2, DF and D6. RGB value is (178,223,214). Sum of RGB (Red+Green+Blue) = 178+223+214=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 214 (83.98% from 255 or 34.80% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFD6 is #4D2029. Grayscale: #D0D0D0. Windows color (decimal): -5054506 or 14081970. OLE color: 14081970.
HSL color Cylindrical-coordinate representation of color #B2DFD6: hue angle of 168º 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 #B2DFD6 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 214 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.13 |
| HSL | 168º | 0.41% | 0.79% | - |
| HSV(B) | 168º | 0.2% | 0.87% | - |
| XYZ | 56.89 | 67.1 | 73.57 | - |
| YUV | 208.52 | 131.09 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 214 | 0.20 | 0 | 0.04 | 0.13 | 168 | 0.41 | 0.79 |
| Hex | B2 | DF | D6 | 14 | 0 | 4 | D | A8 | 29 | 4F |
| Octal | 262 | 337 | 326 | 24 | 0 | 4 | 15 | 250 | 51 | 117 |
| Binary | 10110010 | 11011111 | 11010110 | 10100 | 0 | 100 | 1101 | 10101000 | 101001 | 1001111 |
Color Harmonies of #B2DFD6
Complementary color
Monochromatic Colors of #B2DFD6
Black with #B2DFD6
Text Example
Text Example
White with #B2DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFD6; }
p { color: rgb(178,223,214); }
H1.HeaderClassName
{
color: #B2DFD6;
}
.AnyTagClassName
{
color: #B2DFD6;
}
</style>
background-color css
<style>
a { background-color: #B2DFD6; }
a { background-color: rgb(178,223,214); }
div.DivClassName
{
background-color: #B2DFD6;
}
.BgClassName
{
background-color: #B2DFD6;
}
</style>
border-color css
<style>
span { border-color: #B2DFD6; }
span { border-color: rgb(178,223,214); }
td.TdClassName
{
border-color: #B2DFD6;
}
.TagClassName
{
border-color: #B2DFD6;
}
</style>