#BAE1E5

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

Shades of Powder Blue #BAE1E5

Tints of Powder Blue #BAE1E5

Color information

#BAE1E5 (or 0xBAE1E5) is unknown color: approx Powder Blue. HEX triplet: BA, E1 and E5. RGB value is (186,225,229). Sum of RGB (Red+Green+Blue) = 186+225+229=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #BAE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1E5 is #451E1A. Grayscale: #D5D5D5. Windows color (decimal): -4529691 or 15065530. OLE color: 15065530.

HSL color Cylindrical-coordinate representation of color #BAE1E5: hue angle of 185.58º 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 #BAE1E5 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB186225229-
CMYK0.190.0200.10
HSL185.58º45.26%81.37%-
HSV(B)185.58º18.78%89.8%-
XYZ61.3269.9584.4-
YUV213.8136.58108.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=29.06%
G=35.16%
B=35.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862252290.190.0200.10185.5845.2681.37
HexBAE1E51320Aba2d51
Octal27234134523201227255121
Binary101110101110000111100101100111001010101110101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1E5; }

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

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

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

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

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

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

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

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