#BAFBF6

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

Shades of Pale Turquoise #BAFBF6

Tints of Pale Turquoise #BAFBF6

Color information

#BAFBF6 (or 0xBAFBF6) is unknown color: approx Pale Turquoise. HEX triplet: BA, FB and F6. RGB value is (186,251,246). Sum of RGB (Red+Green+Blue) = 186+251+246=683 (90% of max value = 765). Red value is 186 (73.05% from 255 or 27.23% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 246 (96.48% from 255 or 36.02% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBF6 is #450409. Grayscale: #E6E6E6. Windows color (decimal): -4523018 or 16186298. OLE color: 16186298.

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

Color convert

RGB186251246-
CMYK0.2600.020.02
HSL175.38º89.04%85.69%-
HSV(B)175.38º25.9%98.43%-
XYZ71.3886.09100.04-
YUV231136.4795.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.23%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 246 (96.48% from 255) = 36.02%
R=27.23%
G=36.75%
B=36.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512460.2600.020.02175.3889.0485.69
HexBAFBF61A022af5956
Octal27237336632022257131126
Binary10111010111110111111011011010010101010111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBF6; }

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

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

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

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

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

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

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

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