#BAF6FC

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

Shades of Pale Turquoise #BAF6FC

Tints of Pale Turquoise #BAF6FC

Color information

#BAF6FC (or 0xBAF6FC) is unknown color: approx Pale Turquoise. HEX triplet: BA, F6 and FC. RGB value is (186,246,252). Sum of RGB (Red+Green+Blue) = 186+246+252=684 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.19% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 252 (98.83% from 255 or 36.84% from 684); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6FC is #450903. Grayscale: #E4E4E4. Windows color (decimal): -4524292 or 16578234. OLE color: 16578234.

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

Color convert

RGB186246252-
CMYK0.260.0200.01
HSL185.45º91.67%85.88%-
HSV(B)185.45º26.19%98.82%-
XYZ70.7883.38104.46-
YUV228.74141.1297.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.19%
GREEN value IS 246 (96.48% from 255) = 35.96%
BLUE value IS 252 (98.83% from 255) = 36.84%
R=27.19%
G=35.96%
B=36.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862462520.260.0200.01185.4591.6785.88
HexBAF6FC1A201b95c56
Octal27236637432201271134126
Binary1011101011110110111111001101010011011100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6FC; }

 p { color: rgb(186,246,252); }

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

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

 a { background-color: rgb(186,246,252); }

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

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

 span { border-color: rgb(186,246,252); }

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