#BAEBEC

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

Shades of Pale Turquoise #BAEBEC

Tints of Pale Turquoise #BAEBEC

Color information

#BAEBEC (or 0xBAEBEC) is unknown color: approx Pale Turquoise. HEX triplet: BA, EB and EC. RGB value is (186,235,236). Sum of RGB (Red+Green+Blue) = 186+235+236=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAEBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBEC is #451413. Grayscale: #DCDCDC. Windows color (decimal): -4527124 or 15526842. OLE color: 15526842.

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

Color convert

RGB186235236-
CMYK0.210.0000.07
HSL181.2º56.82%82.75%-
HSV(B)181.2º21.19%92.55%-
XYZ65.175.9190.58-
YUV220.46136.77103.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 235 (92.19% from 255) = 35.77%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=28.31%
G=35.77%
B=35.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862352360.210.0000.07181.256.8282.75
HexBAEBEC15007b53953
Octal2723533542500726571123
Binary1011101011101011111011001010100111101101011110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBEC; }

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

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

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

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

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

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

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

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