#B1E1EC

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

Shades of Powder Blue #B1E1EC

Tints of Powder Blue #B1E1EC

Color information

#B1E1EC (or 0xB1E1EC) is unknown color: approx Powder Blue. HEX triplet: B1, E1 and EC. RGB value is (177,225,236). Sum of RGB (Red+Green+Blue) = 177+225+236=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1EC is #4E1E13. Grayscale: #D3D3D3. Windows color (decimal): -5119508 or 15524273. OLE color: 15524273.

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

Color convert

RGB177225236-
CMYK0.250.0500.07
HSL191.19º60.82%80.98%-
HSV(B)191.19º25%92.55%-
XYZ60.269.2589.55-
YUV211.9141.6103.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.74%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=27.74%
G=35.27%
B=36.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772252360.250.0500.07191.1960.8280.98
HexB1E1EC19507bf3d51
Octal2613413543150727775121
Binary101100011110000111101100110011010111101111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E1EC; }

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

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

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

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

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

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

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

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