#BAECE9

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

Shades of Pale Turquoise #BAECE9

Tints of Pale Turquoise #BAECE9

Color information

#BAECE9 (or 0xBAECE9) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and E9. RGB value is (186,236,233). Sum of RGB (Red+Green+Blue) = 186+236+233=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECE9 is #451316. Grayscale: #DCDCDC. Windows color (decimal): -4526871 or 15330490. OLE color: 15330490.

HSL color Cylindrical-coordinate representation of color #BAECE9: hue angle of 176.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECE9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB186236233-
CMYK0.2100.010.07
HSL176.4º56.82%82.75%-
HSV(B)176.4º21.19%92.55%-
XYZ64.9576.3188.4-
YUV220.71134.94103.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=28.40%
G=36.03%
B=35.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362330.2100.010.07176.456.8282.75
HexBAECE915017b03953
Octal2723543512501726071123
Binary1011101011101100111010011010101111101100001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECE9; }

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

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

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

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

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

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

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

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