#BAE9E7

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

Shades of Pale Turquoise #BAE9E7

Tints of Pale Turquoise #BAE9E7

Color information

#BAE9E7 (or 0xBAE9E7) is unknown color: approx Pale Turquoise. HEX triplet: BA, E9 and E7. RGB value is (186,233,231). Sum of RGB (Red+Green+Blue) = 186+233+231=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 233 (91.41% from 255 or 35.85% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE9E7 is #451618. Grayscale: #DADADA. Windows color (decimal): -4527641 or 15198650. OLE color: 15198650.

HSL color Cylindrical-coordinate representation of color #BAE9E7: hue angle of 177.45º degrees, saturation: 0.52, 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 #BAE9E7 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB186233231-
CMYK0.2000.010.09
HSL177.45º51.65%82.16%-
HSV(B)177.45º20.17%91.37%-
XYZ63.8174.4986.62-
YUV218.72134.93104.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 233 (91.41% from 255) = 35.85%
BLUE value IS 231 (90.62% from 255) = 35.54%
R=28.62%
G=35.85%
B=35.54%

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
Decimal1862332310.2000.010.09177.4551.6582.16
HexBAE9E714019b13452
Octal27235134724011126164122
Binary10111010111010011110011110100011001101100011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9E7; }

 p { color: rgb(186,233,231); }

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

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

 a { background-color: rgb(186,233,231); }

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

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

 span { border-color: rgb(186,233,231); }

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