#BAEBE9

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

Shades of Pale Turquoise #BAEBE9

Tints of Pale Turquoise #BAEBE9

Color information

#BAEBE9 (or 0xBAEBE9) is unknown color: approx Pale Turquoise. HEX triplet: BA, EB and E9. RGB value is (186,235,233). Sum of RGB (Red+Green+Blue) = 186+235+233=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBE9 is #451416. Grayscale: #DCDCDC. Windows color (decimal): -4527127 or 15330234. OLE color: 15330234.

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

Color convert

RGB186235233-
CMYK0.2100.010.08
HSL177.55º55.06%82.55%-
HSV(B)177.55º20.85%92.16%-
XYZ64.6775.7488.3-
YUV220.12135.27103.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 233 (91.41% from 255) = 35.63%
R=28.44%
G=35.93%
B=35.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862352330.2100.010.08177.5555.0682.55
HexBAEBE915018b23753
Octal27235335125011026267123
Binary10111010111010111110100110101011000101100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEBE9; }

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

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

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

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

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

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

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

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