#BAE8E7

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

Shades of Pale Turquoise #BAE8E7

Tints of Pale Turquoise #BAE8E7

Color information

#BAE8E7 (or 0xBAE8E7) is unknown color: approx Pale Turquoise. HEX triplet: BA, E8 and E7. RGB value is (186,232,231). Sum of RGB (Red+Green+Blue) = 186+232+231=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAE8E7 is #451718. Grayscale: #DADADA. Windows color (decimal): -4527897 or 15198394. OLE color: 15198394.

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

Color convert

RGB186232231-
CMYK0.2000.000.09
HSL178.7º50%81.96%-
HSV(B)178.7º19.83%90.98%-
XYZ63.5373.9286.52-
YUV218.13135.26105.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=28.66%
G=35.75%
B=35.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862322310.2000.000.09178.75081.96
HexBAE8E714009b33252
Octal27235034724001126362122
Binary10111010111010001110011110100001001101100111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8E7; }

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

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

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

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

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

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

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

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