#BAF8FA

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

Shades of Pale Turquoise #BAF8FA

Tints of Pale Turquoise #BAF8FA

Color information

#BAF8FA (or 0xBAF8FA) is unknown color: approx Pale Turquoise. HEX triplet: BA, F8 and FA. RGB value is (186,248,250). Sum of RGB (Red+Green+Blue) = 186+248+250=684 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.19% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF8FA is #450705. Grayscale: #E5E5E5. Windows color (decimal): -4523782 or 16447674. OLE color: 16447674.

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

Color convert

RGB186248250-
CMYK0.260.0100.02
HSL181.88º86.49%85.49%-
HSV(B)181.88º25.6%98.04%-
XYZ71.0784.48103-
YUV229.69139.4696.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.19%
GREEN value IS 248 (97.27% from 255) = 36.26%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=27.19%
G=36.26%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862482500.260.0100.02181.8886.4985.49
HexBAF8FA1A102b65655
Octal27237037232102266126125
Binary1011101011111000111110101101010101011011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8FA; }

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

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

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

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

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

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

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

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