#B3E2EC

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

Shades of Powder Blue #B3E2EC

Tints of Powder Blue #B3E2EC

Color information

#B3E2EC (or 0xB3E2EC) is unknown color: approx Powder Blue. HEX triplet: B3, E2 and EC. RGB value is (179,226,236). Sum of RGB (Red+Green+Blue) = 179+226+236=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 226 (88.67% from 255 or 35.26% 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 #B3E2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E2EC is #4C1D13. Grayscale: #D5D5D5. Windows color (decimal): -4988180 or 15524531. OLE color: 15524531.

HSL color Cylindrical-coordinate representation of color #B3E2EC: hue angle of 190.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3E2EC is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179226236-
CMYK0.240.0400.07
HSL190.53º60%81.37%-
HSV(B)190.53º24.15%92.55%-
XYZ60.9370.0389.66-
YUV213.09140.93103.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.93%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 236 (92.58% from 255) = 36.82%
R=27.93%
G=35.26%
B=36.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792262360.240.0400.07190.536081.37
HexB3E2EC18407bf3c51
Octal2633423543040727774121
Binary101100111110001011101100110001000111101111111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E2EC; }

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

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

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

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

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

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

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

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