#BAE8E5

Color #BAE8E5 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BAE8E5

Tints of Pale Turquoise #BAE8E5

Color information

#BAE8E5 (or 0xBAE8E5) is unknown color: approx Pale Turquoise. HEX triplet: BA, E8 and E5. RGB value is (186,232,229). Sum of RGB (Red+Green+Blue) = 186+232+229=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 232 (91.02% from 255 or 35.86% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8E5 is #45171A. Grayscale: #D9D9D9. Windows color (decimal): -4527899 or 15067322. OLE color: 15067322.

HSL color Cylindrical-coordinate representation of color #BAE8E5: hue angle of 176.09º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE8E5 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB186232229-
CMYK0.2000.010.09
HSL176.09º50%81.96%-
HSV(B)176.09º19.83%90.98%-
XYZ63.2573.8185.04-
YUV217.9134.26105.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 232 (91.02% from 255) = 35.86%
BLUE value IS 229 (89.84% from 255) = 35.39%
R=28.75%
G=35.86%
B=35.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322290.2000.010.09176.095081.96
HexBAE8E514019b03252
Octal27235034524011126062122
Binary10111010111010001110010110100011001101100001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8E5; }

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

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

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

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

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

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

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

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