#B0E4EB

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

Shades of Powder Blue #B0E4EB

Tints of Powder Blue #B0E4EB

Color information

#B0E4EB (or 0xB0E4EB) is unknown color: approx Powder Blue. HEX triplet: B0, E4 and EB. RGB value is (176,228,235). Sum of RGB (Red+Green+Blue) = 176+228+235=639 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.54% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0E4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4EB is #4F1B14. Grayscale: #D5D5D5. Windows color (decimal): -5184277 or 15459504. OLE color: 15459504.

HSL color Cylindrical-coordinate representation of color #B0E4EB: hue angle of 187.12º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0E4EB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176228235-
CMYK0.250.0300.08
HSL187.12º59.6%80.59%-
HSV(B)187.12º25.11%92.16%-
XYZ60.6470.7289.05-
YUV213.25140.27101.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.54%
GREEN value IS 228 (89.45% from 255) = 35.68%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=27.54%
G=35.68%
B=36.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762282350.250.0300.08187.1259.680.59
HexB0E4EB19308bb3c51
Octal26034435331301027374121
Binary101100001110010011101011110011101000101110111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E4EB; }

 p { color: rgb(176,228,235); }

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

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

 a { background-color: rgb(176,228,235); }

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

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

 span { border-color: rgb(176,228,235); }

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