#BAECE8

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

Shades of Pale Turquoise #BAECE8

Tints of Pale Turquoise #BAECE8

Color information

#BAECE8 (or 0xBAECE8) is unknown color: approx Pale Turquoise. HEX triplet: BA, EC and E8. RGB value is (186,236,232). Sum of RGB (Red+Green+Blue) = 186+236+232=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAECE8 is #451317. Grayscale: #DCDCDC. Windows color (decimal): -4526872 or 15264954. OLE color: 15264954.

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

Color convert

RGB186236232-
CMYK0.2100.020.07
HSL175.2º56.82%82.75%-
HSV(B)175.2º21.19%92.55%-
XYZ64.8176.2687.65-
YUV220.59134.44103.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=28.44%
G=36.09%
B=35.47%

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
Decimal1862362320.2100.020.07175.256.8282.75
HexBAECE815027af3953
Octal2723543502502725771123
Binary10111010111011001110100010101010111101011111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECE8; }

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

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

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

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

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

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

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

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