#B2E5DD

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

Shades of Ice Cold #B2E5DD

Tints of Ice Cold #B2E5DD

Color information

#B2E5DD (or 0xB2E5DD) is unknown color: approx Ice Cold. HEX triplet: B2, E5 and DD. RGB value is (178,229,221). Sum of RGB (Red+Green+Blue) = 178+229+221=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E5DD is #4D1A22. Grayscale: #D4D4D4. Windows color (decimal): -5052963 or 14542258. OLE color: 14542258.

HSL color Cylindrical-coordinate representation of color #B2E5DD: hue angle of 170.59º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E5DD is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB178229221-
CMYK0.2200.030.10
HSL170.59º49.51%79.8%-
HSV(B)170.59º22.27%89.8%-
XYZ59.4370.7278.93-
YUV212.84132.6103.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.34%
GREEN value IS 229 (89.84% from 255) = 36.46%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=28.34%
G=36.46%
B=35.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1782292210.2200.030.10170.5949.5179.8
HexB2E5DD1603Aab3250
Octal26234533526031225362120
Binary101100101110010111011101101100111010101010111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E5DD; }

 p { color: rgb(178,229,221); }

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

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

 a { background-color: rgb(178,229,221); }

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

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

 span { border-color: rgb(178,229,221); }

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