#B2E1DE

Color #B2E1DE Powder Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Powder Blue #B2E1DE

Tints of Powder Blue #B2E1DE

Color information

#B2E1DE (or 0xB2E1DE) is unknown color: approx Powder Blue. HEX triplet: B2, E1 and DE. RGB value is (178,225,222). Sum of RGB (Red+Green+Blue) = 178+225+222=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1DE is #4D1E21. Grayscale: #D2D2D2. Windows color (decimal): -5053986 or 14606770. OLE color: 14606770.

HSL color Cylindrical-coordinate representation of color #B2E1DE: hue angle of 176.17º degrees, saturation: 0.44, 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 #B2E1DE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB178225222-
CMYK0.2100.010.12
HSL176.17º43.93%79.02%-
HSV(B)176.17º20.89%88.24%-
XYZ58.4768.5979.26-
YUV210.6134.43104.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.48%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 222 (87.11% from 255) = 35.52%
R=28.48%
G=36%
B=35.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782252220.2100.010.12176.1743.9379.02
HexB2E1DE1501Cb02c4f
Octal26234133625011426054117
Binary10110010111000011101111010101011100101100001011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E1DE; }

 p { color: rgb(178,225,222); }

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

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

 a { background-color: rgb(178,225,222); }

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

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

 span { border-color: rgb(178,225,222); }

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