#BAE5E5

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

Shades of Powder Blue #BAE5E5

Tints of Powder Blue #BAE5E5

Color information

#BAE5E5 (or 0xBAE5E5) is unknown color: approx Powder Blue. HEX triplet: BA, E5 and E5. RGB value is (186,229,229). Sum of RGB (Red+Green+Blue) = 186+229+229=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 229 (89.84% from 255 or 35.56% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #BAE5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5E5 is #451A1A. Grayscale: #D8D8D8. Windows color (decimal): -4528667 or 15066554. OLE color: 15066554.

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

Color convert

RGB186229229-
CMYK0.19000.10
HSL180º45.26%81.37%-
HSV(B)180º18.78%89.8%-
XYZ62.4172.1384.76-
YUV216.14135.25106.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 229 (89.84% from 255) = 35.56%
BLUE value IS 229 (89.84% from 255) = 35.56%
R=28.88%
G=35.56%
B=35.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292290.19000.1018045.2681.37
HexBAE5E51300Ab42d51
Octal27234534523001226455121
Binary10111010111001011110010110011001010101101001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5E5; }

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

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

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

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

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

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

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

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