#B2E1E0

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

Shades of Powder Blue #B2E1E0

Tints of Powder Blue #B2E1E0

Color information

#B2E1E0 (or 0xB2E1E0) is unknown color: approx Powder Blue. HEX triplet: B2, E1 and E0. RGB value is (178,225,224). Sum of RGB (Red+Green+Blue) = 178+225+224=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 224 (87.89% from 255 or 35.73% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1E0 is #4D1E1F. Grayscale: #D2D2D2. Windows color (decimal): -5053984 or 14737842. OLE color: 14737842.

HSL color Cylindrical-coordinate representation of color #B2E1E0: hue angle of 178.72º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1E0 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB178225224-
CMYK0.2100.000.12
HSL178.72º43.93%79.02%-
HSV(B)178.72º20.89%88.24%-
XYZ58.7468.780.68-
YUV210.83135.43104.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 225 (88.28% from 255) = 35.89%
BLUE value IS 224 (87.89% from 255) = 35.73%
R=28.39%
G=35.89%
B=35.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1782252240.2100.000.12178.7243.9379.02
HexB2E1E01500Cb32c4f
Octal26234134025001426354117
Binary10110010111000011110000010101001100101100111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E1E0; }

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

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

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

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

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

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

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

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