#BAF4FA

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

Shades of Pale Turquoise #BAF4FA

Tints of Pale Turquoise #BAF4FA

Color information

#BAF4FA (or 0xBAF4FA) is unknown color: approx Pale Turquoise. HEX triplet: BA, F4 and FA. RGB value is (186,244,250). Sum of RGB (Red+Green+Blue) = 186+244+250=680 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.35% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF4FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4FA is #450B05. Grayscale: #E3E3E3. Windows color (decimal): -4524806 or 16446650. OLE color: 16446650.

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

Color convert

RGB186244250-
CMYK0.260.0200.02
HSL185.62º86.49%85.49%-
HSV(B)185.62º25.6%98.04%-
XYZ69.8682.04102.6-
YUV227.34140.7898.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.35%
GREEN value IS 244 (95.70% from 255) = 35.88%
BLUE value IS 250 (98.05% from 255) = 36.76%
R=27.35%
G=35.88%
B=36.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862442500.260.0200.02185.6286.4985.49
HexBAF4FA1A202ba5655
Octal27236437232202272126125
Binary10111010111101001111101011010100101011101010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4FA; }

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

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

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

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

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

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

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

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