#B2E5EC

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

Shades of Powder Blue #B2E5EC

Tints of Powder Blue #B2E5EC

Color information

#B2E5EC (or 0xB2E5EC) is unknown color: approx Powder Blue. HEX triplet: B2, E5 and EC. RGB value is (178,229,236). Sum of RGB (Red+Green+Blue) = 178+229+236=643 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.68% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2E5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E5EC is #4D1A13. Grayscale: #D6D6D6. Windows color (decimal): -5052948 or 15525298. OLE color: 15525298.

HSL color Cylindrical-coordinate representation of color #B2E5EC: hue angle of 187.24º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2E5EC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178229236-
CMYK0.250.0300.07
HSL187.24º60.42%81.18%-
HSV(B)187.24º24.58%92.55%-
XYZ61.5271.5689.93-
YUV214.55140.1101.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.68%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=27.68%
G=35.61%
B=36.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782292360.250.0300.07187.2460.4281.18
HexB2E5EC19307bb3c51
Octal2623453543130727374121
Binary10110010111001011110110011001110111101110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E5EC; }

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

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

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

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

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

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

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

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