#BAE0E6

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

Shades of Powder Blue #BAE0E6

Tints of Powder Blue #BAE0E6

Color information

#BAE0E6 (or 0xBAE0E6) is unknown color: approx Powder Blue. HEX triplet: BA, E0 and E6. RGB value is (186,224,230). Sum of RGB (Red+Green+Blue) = 186+224+230=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE0E6 is #451F19. Grayscale: #D5D5D5. Windows color (decimal): -4529946 or 15130810. OLE color: 15130810.

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

Color convert

RGB186224230-
CMYK0.190.0300.10
HSL188.18º46.81%81.57%-
HSV(B)188.18º19.13%90.2%-
XYZ61.1969.4685.05-
YUV213.32137.41108.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=29.06%
G=35%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862242300.190.0300.10188.1846.8181.57
HexBAE0E61330Abc2f52
Octal27234034623301227457122
Binary101110101110000011100110100111101010101111001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE0E6; }

 p { color: rgb(186,224,230); }

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

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

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

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

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

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

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