#BAE4E5

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

Shades of Powder Blue #BAE4E5

Tints of Powder Blue #BAE4E5

Color information

#BAE4E5 (or 0xBAE4E5) is unknown color: approx Powder Blue. HEX triplet: BA, E4 and E5. RGB value is (186,228,229). Sum of RGB (Red+Green+Blue) = 186+228+229=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE4E5 is #451B1A. Grayscale: #D7D7D7. Windows color (decimal): -4528923 or 15066298. OLE color: 15066298.

HSL color Cylindrical-coordinate representation of color #BAE4E5: hue angle of 181.4º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE4E5 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186228229-
CMYK0.190.0000.10
HSL181.4º45.26%81.37%-
HSV(B)181.4º18.78%89.8%-
XYZ62.1471.5884.67-
YUV215.56135.59106.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 228 (89.45% from 255) = 35.46%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=28.93%
G=35.46%
B=35.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862282290.190.0000.10181.445.2681.37
HexBAE4E51300Ab52d51
Octal27234434523001226555121
Binary10111010111001001110010110011001010101101011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE4E5; }

 p { color: rgb(186,228,229); }

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

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

 a { background-color: rgb(186,228,229); }

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

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

 span { border-color: rgb(186,228,229); }

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