#BAFEF7

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

Shades of Pale Turquoise #BAFEF7

Tints of Pale Turquoise #BAFEF7

Color information

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

HSL color Cylindrical-coordinate representation of color #BAFEF7: hue angle of 173.82º 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 #BAFEF7 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB186254247-
CMYK0.2700.030.00
HSL173.82º97.14%86.27%-
HSV(B)173.82º26.77%99.61%-
XYZ72.4888.04101.17-
YUV232.87135.9794.57-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542470.2700.030.00173.8297.1486.27
HexBAFEF71B030ae6156
Octal27237636733030256141126
Binary1011101011111110111101111101101101010111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEF7; }

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

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

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

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

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

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

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

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