#BAE1E2

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

Shades of Powder Blue #BAE1E2

Tints of Powder Blue #BAE1E2

Color information

#BAE1E2 (or 0xBAE1E2) is unknown color: approx Powder Blue. HEX triplet: BA, E1 and E2. RGB value is (186,225,226). Sum of RGB (Red+Green+Blue) = 186+225+226=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #BAE1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1E2 is #451E1D. Grayscale: #D5D5D5. Windows color (decimal): -4529694 or 14868922. OLE color: 14868922.

HSL color Cylindrical-coordinate representation of color #BAE1E2: hue angle of 181.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAE1E2 is Cyan = 0.18, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186225226-
CMYK0.180.0000.11
HSL181.5º40.82%80.78%-
HSV(B)181.5º17.7%88.63%-
XYZ60.969.7882.21-
YUV213.45135.08108.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=29.20%
G=35.32%
B=35.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862252260.180.0000.11181.540.8280.78
HexBAE1E21200Bb62951
Octal27234134222001326651121
Binary10111010111000011110001010010001011101101101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1E2; }

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

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

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

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

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

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

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

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