#B1E4EC

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

Shades of Powder Blue #B1E4EC

Tints of Powder Blue #B1E4EC

Color information

#B1E4EC (or 0xB1E4EC) is unknown color: approx Powder Blue. HEX triplet: B1, E4 and EC. RGB value is (177,228,236). Sum of RGB (Red+Green+Blue) = 177+228+236=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E4EC is #4E1B13. Grayscale: #D5D5D5. Windows color (decimal): -5118740 or 15525041. OLE color: 15525041.

HSL color Cylindrical-coordinate representation of color #B1E4EC: hue angle of 188.14º degrees, saturation: 0.61, 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 #B1E4EC is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177228236-
CMYK0.250.0300.07
HSL188.14º60.82%80.98%-
HSV(B)188.14º25%92.55%-
XYZ61.0270.8989.82-
YUV213.66140.6101.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 228 (89.45% from 255) = 35.57%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=27.61%
G=35.57%
B=36.82%

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
Decimal1772282360.250.0300.07188.1460.8280.98
HexB1E4EC19307bc3d51
Octal2613443543130727475121
Binary10110001111001001110110011001110111101111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E4EC; }

 p { color: rgb(177,228,236); }

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

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

 a { background-color: rgb(177,228,236); }

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

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

 span { border-color: rgb(177,228,236); }

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