#B3E2E1

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

Shades of Powder Blue #B3E2E1

Tints of Powder Blue #B3E2E1

Color information

#B3E2E1 (or 0xB3E2E1) is unknown color: approx Powder Blue. HEX triplet: B3, E2 and E1. RGB value is (179,226,225). Sum of RGB (Red+Green+Blue) = 179+226+225=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E2E1 is #4C1D1E. Grayscale: #D3D3D3. Windows color (decimal): -4988191 or 14803635. OLE color: 14803635.

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

Color convert

RGB179226225-
CMYK0.2100.000.11
HSL178.72º44.76%79.41%-
HSV(B)178.72º20.8%88.63%-
XYZ59.3869.4181.5-
YUV211.83135.43104.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 225 (88.28% from 255) = 35.71%
R=28.41%
G=35.87%
B=35.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1792262250.2100.000.11178.7244.7679.41
HexB3E2E11500Bb32d4f
Octal26334234125001326355117
Binary10110011111000101110000110101001011101100111011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E2E1; }

 p { color: rgb(179,226,225); }

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

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

 a { background-color: rgb(179,226,225); }

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

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

 span { border-color: rgb(179,226,225); }

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