#b0e2ec

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

Shades of Powder Blue #B0E2EC

Tints of Powder Blue #B0E2EC

Color information

#B0E2EC (or 0xB0E2EC) is unknown color: approx Powder Blue. HEX triplet: B0, E2 and EC. RGB value is (176,226,236). Sum of RGB (Red+Green+Blue) = 176+226+236=638 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.59% from 638); Green value is 226 (88.67% from 255 or 35.42% 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 #B0E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E2EC is #4F1D13. Grayscale: #D4D4D4. Windows color (decimal): -5184788 or 15524528. OLE color: 15524528.

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

Color convert

RGB176226236-
CMYK0.250.0400.07
HSL190º61.22%80.78%-
HSV(B)190º25.42%92.55%-
XYZ60.2469.6889.63-
YUV212.19141.44102.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.59%
GREEN value IS 226 (88.67% from 255) = 35.42%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=27.59%
G=35.42%
B=36.99%

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
Decimal1762262360.250.0400.0719061.2280.78
HexB0E2EC19407be3d51
Octal2603423543140727675121
Binary101100001110001011101100110011000111101111101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0e2ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0e2ec; }

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

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

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

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

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

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

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

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