#B1E6EC

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

Shades of Powder Blue #B1E6EC

Tints of Powder Blue #B1E6EC

Color information

#B1E6EC (or 0xB1E6EC) is unknown color: approx Powder Blue. HEX triplet: B1, E6 and EC. RGB value is (177,230,236). Sum of RGB (Red+Green+Blue) = 177+230+236=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 230 (90.23% from 255 or 35.77% 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 #B1E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6EC is #4E1913. Grayscale: #D6D6D6. Windows color (decimal): -5118228 or 15525553. OLE color: 15525553.

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

Color convert

RGB177230236-
CMYK0.250.0300.07
HSL186.1º60.82%80.98%-
HSV(B)186.1º25%92.55%-
XYZ61.577290.01-
YUV214.84139.94101.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.53%
GREEN value IS 230 (90.23% from 255) = 35.77%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=27.53%
G=35.77%
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
Decimal1772302360.250.0300.07186.160.8280.98
HexB1E6EC19307ba3d51
Octal2613463543130727275121
Binary10110001111001101110110011001110111101110101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E6EC; }

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

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

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

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

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

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

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

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