#BAF7FE

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

Shades of Pale Turquoise #BAF7FE

Tints of Pale Turquoise #BAF7FE

Color information

#BAF7FE (or 0xBAF7FE) is unknown color: approx Pale Turquoise. HEX triplet: BA, F7 and FE. RGB value is (186,247,254). Sum of RGB (Red+Green+Blue) = 186+247+254=687 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.07% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7FE is #450801. Grayscale: #E5E5E5. Windows color (decimal): -4524034 or 16709562. OLE color: 16709562.

HSL color Cylindrical-coordinate representation of color #BAF7FE: hue angle of 186.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAF7FE is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186247254-
CMYK0.270.0300.00
HSL186.18º97.14%86.27%-
HSV(B)186.18º26.77%99.61%-
XYZ71.484.12106.24-
YUV229.56141.7996.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.07%
GREEN value IS 247 (96.88% from 255) = 35.95%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=27.07%
G=35.95%
B=36.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862472540.270.0300.00186.1897.1486.27
HexBAF7FE1B300ba6156
Octal27236737633300272141126
Binary1011101011110111111111101101111001011101011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7FE; }

 p { color: rgb(186,247,254); }

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

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

 a { background-color: rgb(186,247,254); }

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

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

 span { border-color: rgb(186,247,254); }

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