#BAE1E6

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

Shades of Powder Blue #BAE1E6

Tints of Powder Blue #BAE1E6

Color information

#BAE1E6 (or 0xBAE1E6) is unknown color: approx Powder Blue. HEX triplet: BA, E1 and E6. RGB value is (186,225,230). Sum of RGB (Red+Green+Blue) = 186+225+230=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BAE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAE1E6 is #451E19. Grayscale: #D5D5D5. Windows color (decimal): -4529690 or 15131066. OLE color: 15131066.

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

Color convert

RGB186225230-
CMYK0.190.0200.10
HSL186.82º46.81%81.57%-
HSV(B)186.82º19.13%90.2%-
XYZ61.467085.14-
YUV213.91137.08108.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=29.02%
G=35.10%
B=35.88%

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
Decimal1862252300.190.0200.10186.8246.8181.57
HexBAE1E61320Abb2f52
Octal27234134623201227357122
Binary101110101110000111100110100111001010101110111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1E6; }

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

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

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

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

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

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

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

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