#B2E0DC

Color #B2E0DC Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #B2E0DC

Tints of Ice Cold #B2E0DC

Color information

#B2E0DC (or 0xB2E0DC) is unknown color: approx Ice Cold. HEX triplet: B2, E0 and DC. RGB value is (178,224,220). Sum of RGB (Red+Green+Blue) = 178+224+220=622 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.62% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E0DC is #4D1F23. Grayscale: #D1D1D1. Windows color (decimal): -5054244 or 14475442. OLE color: 14475442.

HSL color Cylindrical-coordinate representation of color #B2E0DC: hue angle of 174.78º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E0DC is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB178224220-
CMYK0.2100.020.12
HSL174.78º42.59%78.82%-
HSV(B)174.78º20.54%87.84%-
XYZ57.9367.9477.77-
YUV209.79133.76105.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 28.62%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=28.62%
G=36.01%
B=35.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782242200.2100.020.12174.7842.5978.82
HexB2E0DC1502Caf2b4f
Octal26234033425021425753117
Binary101100101110000011011100101010101100101011111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E0DC; }

 p { color: rgb(178,224,220); }

 H1.HeaderClassName
 {
   color: #B2E0DC;
 }
 .AnyTagClassName
 {
   color: #B2E0DC;
 }
</style>
background-color css

<style>
 a { background-color: #B2E0DC; }

 a { background-color: rgb(178,224,220); }

 div.DivClassName
 {
   background-color: #B2E0DC;
 }
 .BgClassName
 {
   background-color: #B2E0DC;
 }
</style>
border-color css

<style>
 span { border-color: #B2E0DC; }

 span { border-color: rgb(178,224,220); }

 td.TdClassName
 {
   border-color: #B2E0DC;
 }
 .TagClassName
 {
   border-color: #B2E0DC;
 }
</style>