#BAEEF2

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

Shades of Pale Turquoise #BAEEF2

Tints of Pale Turquoise #BAEEF2

Color information

#BAEEF2 (or 0xBAEEF2) is unknown color: approx Pale Turquoise. HEX triplet: BA, EE and F2. RGB value is (186,238,242). Sum of RGB (Red+Green+Blue) = 186+238+242=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF2 is #45110D. Grayscale: #DEDEDE. Windows color (decimal): -4526350 or 15920826. OLE color: 15920826.

HSL color Cylindrical-coordinate representation of color #BAEEF2: hue angle of 184.29º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEEF2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186238242-
CMYK0.230.0200.05
HSL184.29º68.29%83.92%-
HSV(B)184.29º23.14%94.9%-
XYZ66.857895.54-
YUV222.91138.77101.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 238 (93.36% from 255) = 35.74%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=27.93%
G=35.74%
B=36.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862382420.230.0200.05184.2968.2983.92
HexBAEEF217205b84454
Octal27235636227205270104124
Binary101110101110111011110010101111001011011100010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEF2; }

 p { color: rgb(186,238,242); }

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

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

 a { background-color: rgb(186,238,242); }

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

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

 span { border-color: rgb(186,238,242); }

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