#B0E0EC

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

Shades of Powder Blue #B0E0EC

Tints of Powder Blue #B0E0EC

Color information

#B0E0EC (or 0xB0E0EC) is unknown color: approx Powder Blue. HEX triplet: B0, E0 and EC. RGB value is (176,224,236). Sum of RGB (Red+Green+Blue) = 176+224+236=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0EC is #4F1F13. Grayscale: #D2D2D2. Windows color (decimal): -5185300 or 15524016. OLE color: 15524016.

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

Color convert

RGB176224236-
CMYK0.250.0500.07
HSL192º61.22%80.78%-
HSV(B)192º25.42%92.55%-
XYZ59.768.689.45-
YUV211.02142.1103.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 224 (87.89% from 255) = 35.22%
BLUE value IS 236 (92.58% from 255) = 37.11%
R=27.67%
G=35.22%
B=37.11%

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
Decimal1762242360.250.0500.0719261.2280.78
HexB0E0EC19507c03d51
Octal2603403543150730075121
Binary101100001110000011101100110011010111110000001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0EC; }

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

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

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

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

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

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

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

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