#BAFAF9

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

Shades of Pale Turquoise #BAFAF9

Tints of Pale Turquoise #BAFAF9

Color information

#BAFAF9 (or 0xBAFAF9) is unknown color: approx Pale Turquoise. HEX triplet: BA, FA and F9. RGB value is (186,250,249). Sum of RGB (Red+Green+Blue) = 186+250+249=685 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.15% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAF9 is #450506. Grayscale: #E6E6E6. Windows color (decimal): -4523271 or 16382650. OLE color: 16382650.

HSL color Cylindrical-coordinate representation of color #BAFAF9: hue angle of 179.06º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAF9 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB186250249-
CMYK0.2600.000.02
HSL179.06º86.49%85.49%-
HSV(B)179.06º25.6%98.04%-
XYZ71.5385.65102.38-
YUV230.75138.396.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.15%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 249 (97.66% from 255) = 36.35%
R=27.15%
G=36.50%
B=36.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502490.2600.000.02179.0686.4985.49
HexBAFAF91A002b35655
Octal27237237132002263126125
Binary1011101011111010111110011101000101011001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAF9; }

 p { color: rgb(186,250,249); }

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

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

 a { background-color: rgb(186,250,249); }

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

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

 span { border-color: rgb(186,250,249); }

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