#BAE1DF

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

Shades of Powder Blue #BAE1DF

Tints of Powder Blue #BAE1DF

Color information

#BAE1DF (or 0xBAE1DF) is unknown color: approx Powder Blue. HEX triplet: BA, E1 and DF. RGB value is (186,225,223). Sum of RGB (Red+Green+Blue) = 186+225+223=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1DF is #451E20. Grayscale: #D5D5D5. Windows color (decimal): -4529697 or 14672314. OLE color: 14672314.

HSL color Cylindrical-coordinate representation of color #BAE1DF: hue angle of 176.92º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1DF is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB186225223-
CMYK0.1700.010.12
HSL176.92º39.39%80.59%-
HSV(B)176.92º17.33%88.24%-
XYZ60.4969.6280.06-
YUV213.11133.58108.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=29.34%
G=35.49%
B=35.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862252230.1700.010.12176.9239.3980.59
HexBAE1DF1101Cb12751
Octal27234133721011426147121
Binary10111010111000011101111110001011100101100011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE1DF; }

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

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

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

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

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

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

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

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