#B0E3EC

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

Shades of Powder Blue #B0E3EC

Tints of Powder Blue #B0E3EC

Color information

#B0E3EC (or 0xB0E3EC) is unknown color: approx Powder Blue. HEX triplet: B0, E3 and EC. RGB value is (176,227,236). Sum of RGB (Red+Green+Blue) = 176+227+236=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E3EC is #4F1C13. Grayscale: #D4D4D4. Windows color (decimal): -5184532 or 15524784. OLE color: 15524784.

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

Color convert

RGB176227236-
CMYK0.250.0400.07
HSL189º61.22%80.78%-
HSV(B)189º25.42%92.55%-
XYZ60.5170.2289.72-
YUV212.78141.1101.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.54%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=27.54%
G=35.52%
B=36.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762272360.250.0400.0718961.2280.78
HexB0E3EC19407bd3d51
Octal2603433543140727575121
Binary101100001110001111101100110011000111101111011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E3EC; }

 p { color: rgb(176,227,236); }

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

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

 a { background-color: rgb(176,227,236); }

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

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

 span { border-color: rgb(176,227,236); }

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