#B2E1EF

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

Shades of Powder Blue #B2E1EF

Tints of Powder Blue #B2E1EF

Color information

#B2E1EF (or 0xB2E1EF) is unknown color: approx Powder Blue. HEX triplet: B2, E1 and EF. RGB value is (178,225,239). Sum of RGB (Red+Green+Blue) = 178+225+239=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E1EF is #4D1E10. Grayscale: #D4D4D4. Windows color (decimal): -5053969 or 15720882. OLE color: 15720882.

HSL color Cylindrical-coordinate representation of color #B2E1EF: hue angle of 193.77º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2E1EF is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178225239-
CMYK0.260.0600.06
HSL193.77º65.59%81.76%-
HSV(B)193.77º25.52%93.73%-
XYZ60.8769.5591.88-
YUV212.54142.93103.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.73%
GREEN value IS 225 (88.28% from 255) = 35.05%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=27.73%
G=35.05%
B=37.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782252390.260.0600.06193.7765.5981.76
HexB2E1EF1A606c24252
Octal26234135732606302102122
Binary1011001011100001111011111101011001101100001010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E1EF; }

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

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

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

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

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

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

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

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