#B4E2EB

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

Shades of Powder Blue #B4E2EB

Tints of Powder Blue #B4E2EB

Color information

#B4E2EB (or 0xB4E2EB) is unknown color: approx Powder Blue. HEX triplet: B4, E2 and EB. RGB value is (180,226,235). Sum of RGB (Red+Green+Blue) = 180+226+235=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #B4E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E2EB is #4B1D14. Grayscale: #D5D5D5. Windows color (decimal): -4922645 or 15458996. OLE color: 15458996.

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

Color convert

RGB180226235-
CMYK0.230.0400.08
HSL189.82º57.89%81.37%-
HSV(B)189.82º23.4%92.16%-
XYZ61.0170.0988.91-
YUV213.27140.26104.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.08%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=28.08%
G=35.26%
B=36.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802262350.230.0400.08189.8257.8981.37
HexB4E2EB17408be3a51
Octal26434235327401027672121
Binary1011010011100010111010111011110001000101111101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E2EB; }

 p { color: rgb(180,226,235); }

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

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

 a { background-color: rgb(180,226,235); }

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

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

 span { border-color: rgb(180,226,235); }

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