#B0E1EC

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

Shades of Powder Blue #B0E1EC

Tints of Powder Blue #B0E1EC

Color information

#B0E1EC (or 0xB0E1EC) is unknown color: approx Powder Blue. HEX triplet: B0, E1 and EC. RGB value is (176,225,236). Sum of RGB (Red+Green+Blue) = 176+225+236=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1EC is #4F1E13. Grayscale: #D3D3D3. Windows color (decimal): -5185044 or 15524272. OLE color: 15524272.

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

Color convert

RGB176225236-
CMYK0.250.0500.07
HSL191º61.22%80.78%-
HSV(B)191º25.42%92.55%-
XYZ59.9769.1489.54-
YUV211.6141.77102.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 236 (92.58% from 255) = 37.05%
R=27.63%
G=35.32%
B=37.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762252360.250.0500.0719161.2280.78
HexB0E1EC19507bf3d51
Octal2603413543150727775121
Binary101100001110000111101100110011010111101111111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E1EC; }

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

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

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

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

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

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

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

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