#BAECE7

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

Shades of Pale Turquoise #BAECE7

Tints of Pale Turquoise #BAECE7

Color information

#BAECE7 (or 0xBAECE7) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and E7. RGB value is (186,236,231). Sum of RGB (Red+Green+Blue) = 186+236+231=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECE7 is #451318. Grayscale: #DCDCDC. Windows color (decimal): -4526873 or 15199418. OLE color: 15199418.

HSL color Cylindrical-coordinate representation of color #BAECE7: hue angle of 174º 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 #BAECE7 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB186236231-
CMYK0.2100.020.07
HSL174º56.82%82.75%-
HSV(B)174º21.19%92.55%-
XYZ64.6776.286.9-
YUV220.48133.94103.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=28.48%
G=36.14%
B=35.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362310.2100.020.0717456.8282.75
HexBAECE715027ae3953
Octal2723543472502725671123
Binary10111010111011001110011110101010111101011101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECE7; }

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

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

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

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

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

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

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

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