#BAF6FD

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

Shades of Pale Turquoise #BAF6FD

Tints of Pale Turquoise #BAF6FD

Color information

#BAF6FD (or 0xBAF6FD) is unknown color: approx Pale Turquoise. HEX triplet: BA, F6 and FD. RGB value is (186,246,253). Sum of RGB (Red+Green+Blue) = 186+246+253=685 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.15% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF6FD is #450902. Grayscale: #E4E4E4. Windows color (decimal): -4524291 or 16643770. OLE color: 16643770.

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

Color convert

RGB186246253-
CMYK0.260.0300.01
HSL186.27º94.37%86.08%-
HSV(B)186.27º26.48%99.22%-
XYZ70.9483.44105.3-
YUV228.86141.6297.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.15%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 253 (99.22% from 255) = 36.93%
R=27.15%
G=35.91%
B=36.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862462530.260.0300.01186.2794.3786.08
HexBAF6FD1A301ba5e56
Octal27236637532301272136126
Binary1011101011110110111111011101011011011101010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6FD; }

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

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

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

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

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

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

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

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